7. Introduction to Actions10. Exercise Summary

10 - Exercise Summary

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

What you built

  • Rules for submitting an Action that updates the Priority property of one of your flight alert objects.
  • Regex checks on values provided in the required Comment parameter.
  • Submission criteria (i.e., validation logic) that prevents this action from being taken on alerts with a risk score ≥ 25.

What you learned

  • An Action is composed of three primary components: inputs, logic, and conditions (also known as parameters, rules, and submission criteria).
  • End users take Actions by submitting a form containing the required parameters (e.g., properties and objects).