7. Introduction to Actions14. Exercise Summary

14 - Exercise Summary

This content is also available at learn.palantir.com ↗ and is presented here for accessibility purposes.

Solution

The Action Types block for your flight alert object now shows two configured Actions:

What you built

  • A property parameter tied to Foundry’s Multipass application to limit the selection of assignees to Foundry users.
  • A multi-condition validation that makes use of conjunctive boolean logic.

What you learned:

  • You can access user properties (User ID, group memberships, etc.) in Actions to limit available values or in your validation logic.
  • Your validations can use boolean logic to nest multiple conditions and provide distinct error messages for each.