When developing applications with Kuika, you can add multiple actions to a screen or an element. Actions are triggered based on user interactions, system responses or other events. The order of actions directly affects the functioning of the app and the user experience. Incorrect sequencing can lead to unexpected results or incorrect processing.
In Kuika, actions added to screens or elements work in a linear order. This order is listed in the Actions section of the Properties panel, in the order they were added. The first added action runs first, and the actions added after it run in sequence.
When the Save button is clicked on the Add a Staff page, the following steps are performed:
Save Staff action works first. After the process is completed, the Notify action is triggered. Finally, the Go Back action is activated, redirecting the user to the listing screen.
This allows you to organize the flow of the application by changing the order of actions.