Usage Scenario: Writing the Calculated Value to the Form Field

In a human resources form, the annual budget per person is calculated and this value is to be written to the ‘Budget per Person’ field in the form:

  1. When the ‘Calculate’ button is clicked, the Divide action runs.
  2. The result is transferred to the attribute field associated with the Set Entity Attribute Value in Dynamic Form action.
  3. The user sees the value and can edit it if desired.