Usage Scenario: Bulk Saving Form Data

A user fills in various information (e.g., education, experience, certifications) in an application form.

  1. The user fills in the Dynamic Form.
  2. When the ‘Submit Application’ button is clicked:
    • The Get Entity Value from Dynamic Form action runs.
    • All fields of the form are obtained as a single JSON output along with their attribute IDs.
  3. This data can be processed with the Save Entity Value action.