Actions
Actions define the behavior of the app in response to user interactions with the app's elements or widgets. These actions can be triggered by various user gestures (or touch), such as tapping on a button, selecting an option from a dropdown list, or submitting form, on page load.
Actions can be simple or complex, depending on the app's requirements. Simple actions might include displaying a message, navigating to a new screen, or updating the value of a variable. Complex actions might involve making an API call or integrating with other third-party services using custom actions.
By defining actions in response to user interactions, you can create more engaging and intuitive user experiences.
How To add a Action
Select the widget from the Widget Panel where you want to add the action.
Locate the 'On Click' menu in the Properties Panel inside the Widget Properties.
Tap on the '+' icon next to the 'On Click' menu.
Choose the desired action from the dropdown menu.
Last updated