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 User 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.