Usage Scenario: Save if the form is valid

A user fills out a dynamic application form and clicks the ‘Save’ button.

  1. When the button is clicked, the Get Is Dynamic Form Valid action is executed.
  2. If the form is not valid, the user is shown the warning ‘Please fill in all required fields.’
  3. If the form is valid, the data is retrieved with Get Entity Value from Dynamic Form and saved to the database.