- Summing Multiple Values: If you want to sum more than two values, you can chain multiple Sum actions or treat them as a list and use special calculation methods.
- Form Automations: Sum action can be bound with OnBlur or OnChange events for automatic sums triggered as the user fills a field in the form.
- Dynamic Calculations: You can create an interactive experience by using it in price, point or score calculations that change according to the user's choices.
Technical Risks and Controls
- Data Type Mismatch: Make sure that Value and Value2 fields are numeric (decimal/integer) values.
- Null Values: Empty or null values may cause errors during aggregation. Defining a default value is recommended.
- Visual Update: If the calculated result is to be displayed to the user, the relevant component must be updated.
Sum action is an effective tool to enhance user experience by performing fast and dynamic calculations in Kuika applications. It can be easily used in many scenarios thanks to its flexible configuration options and cross-platform compatibility.