Navigation actions in mobile apps

This core reference entry is suited for beginner-level builders.

Learn more about experience levels.

Add a pause before next action

This action pauses the workflow for a set number of milliseconds. Use it when you need a delay before animating an element, for example. The pause only affects client-side actions; it has no impact on server-side actions like data changes or sending emails.

Pause length (ms)

The number of milliseconds the workflow should pause.


Go to view

This action takes the user to another view.

Stack

Stack navigation lets users move forward through a series of views, with each new view placed on top of the previous one. The original view stays active in the background, so navigating back returns the user to it with its content preserved.

Target view

Defines the view you want to navigate to.

Reset navigation stack

To prevent users from returning to the original view, enable the Reset navigation stack option, which clears the navigation history entirely and starts a "new stack".

A modal opens a view as a full-screen sheet over the current view. The modal can be closed by swiping down.


Go to previous mobile view

This action takes the user to the previous view in the app's history.


Go to tab

The Go to tab action functions similarly to the Go to view action, including the use of view properties. However, the target view must be associated with a tab. When navigating using the Go to tab action, the tab bar will automatically update to reflect the new tab.

Target view

The view you want to navigate to. The view needs to be associated with a tab to show up in the list.


Open an external website

This action navigates to an external URL.

Destination

The URL to open.

Open in new tab

When checked, the URL opens in a new browser tab.


Signup/login with a web browser

Allows the user to sign up or log in using a web-based form.

Destination

The page to redirect to, to sign up or log in.

Stay logged in

Sets the time until the user is automatically logged out.

Checkbox status
Logged in for...

Checked

365 days

Unchecked

24 hours

Parameters

Allows you to add one or more URL parameters to the page defined in destination.

Terminate this workflow

This action immediately ends the workflow when it runs. In most cases, this action will be used in combination with an action condition: if the condition is false, the workflow continues; if true, the workflow ends.

If used inside a custom workflow, only that custom workflow is terminated. The parent workflow continues. If used with a custom event that returns data, this action is converted to a Return data action that both returns data and terminates the workflow.

Last updated

Was this helpful?