Flow Navigation

Overview

The Flow Navigation actions allow you to set specific navigation actions for your flow. This feature is handy when navigating different screens based on the type of interaction with a component.

For example, you may want to set a navigation action to an "Update Records" element when the user saves information on the current screen. This would allow them to seamlessly move to the next screen, where the updated information is automatically saved and displayed.

Here are the possible flow navigation actions available.

Specifications

ActionNavigation LabelDescription

NEXT

Next

Navigates to the next screen.

BACK

Previous

Navigates to the previous screen.

PAUSE

Pause

Saves the interview in its current state to the database, so that the user can resume it later.

FINISH

Finish

Finishes the interview.

How to access the Flow Navigation actions

Flow Navigation actions are accessible from the Interaction Pane.

Steps to follow

  • Open the Interaction Pane

  • Create your action

  • Select "Flow Navigation" as type

  • And define a navigation action.

Last updated