Logic
Building logic in involves manipulating, managing, and configuring data within solutions, s, and components that dictate how the app behaves and responds to user inputs.
| |
---|---|
Expressions | Expressions are written in JSONata and are a powerful tool for shaping, structuring, and manipulating data before binding the data to the UI and actions. |
State | States manage the data within solutions, s, and components and controls the UI dynamically. The state allows solutions and components to change their output in response to user inputs and actions, ensuring a coherent and consistent user experience. |
Validation | Ensure the data users enter into input fields meets specific criteria before the app processes or accepts it. This validation can occur in real-time as the user fills out a form or submits it. Field validation maintains data integrity, provides a better user experience, and prevents errors or issues in the app's functionality. |