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.
- The user fills in the form.
- The ‘Calculate Daily Earnings’ button is clicked.
- The Get Entity Attribute Value in Dynamic Form actions run with the relevant attribute IDs.
- The results are obtained and the calculation is performed with the Divide action.
- The result is displayed to the user.