Open Screen
Close Screen
Open External Link
Configure Navigation Drawer
Add Item to List
Remove Item from List
Update Value
Convert Data
Send API Request
Conditional Action
Request Permission
Trigger
Actions are essential for making your app interactive and responsive to user inputs. They define how your app reacts to various events, enabling you to create a dynamic user experience that engages and retains your audience.
Actions refer to the operations that occur in response to user interactions, such as clicks, swipes or form submissions. By configuring actions, you can dictate the flow of your application, perform data manipulations and navigate between different screens or states.
We offer a variety of action types to cater to different functionalities in your app, including:
Navigation: Actions that manage screen transitions within your app. Use these to navigate to different pages, open modals or return to previous screens, ensuring users can easily explore your application.
Data: Actions focused on data manipulation. These include fetching data from APIs, submitting user inputs to databases, or updating application state based on user interactions. Data actions allow you to create a responsive and data-driven app.
Logic: Actions that control the app's behavior based on specific conditions. Utilise Conditional Actions to create if-else statements, loops or event listeners that help manage the flow of your application and ensure it reacts appropriately to user inputs.
Each action can be customised to suit your app's unique needs. You can chain multiple actions together to create complex workflows or simplify tasks to improve the overall user experience.