Usage Scenario: Conditional Calculation

In a form, the user fills in fields such as ‘Salary’ and ‘Number of Working Days’. The application wants to calculate the ‘Daily Earnings’ value.

  1. The user fills in the form.
  2. The ‘Calculate Daily Earnings’ button is clicked.
  3. The Get Entity Attribute Value in Dynamic Form actions run with the relevant attribute IDs.
  4. The results are obtained and the calculation is performed with the Divide action.
  5. The result is displayed to the user.