Get Is Dynamic Form Valid Action Application Steps

1. Adding a Dynamic Form Element

  • A Dynamic Form element containing dynamic attribute fields is defined on the form.
  • Required (IsRequired) fields are specified in the attribute definition.

2. Define the Validation Action

  • A button such as ‘Submit’ or ‘Continue’ is created.
  • When the button is clicked:
    • + ADD ACTION > OnClick > EAV > Dynamic Form > Get Is Dynamic Form Valid action is added.
  • Parameter → Dynamic Form Components > Dynamic Form name

3. Conditional Action Based on Action Result

  • Using the If action:
    • If the result is true → Save Record, Navigate and other actions can be triggered.
    • If the result is false → User notification actions can be executed.