Home

Guides

Editor

Components

Actions

Conditions

Actions

Navigation

Open Screen

Close Screen

Open External Link

Configure Navigation Drawer

Data

Add Item to List

Remove Item from List

Update Value

Convert Data

Send API Request

Logic

Conditional Action

Other

Request Permission

Trigger

Actions Home Page

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.


What Are Actions?

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.


Types of Actions

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.


Flexibility and Customisation

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.