Go back

Navigation nodes

Condition
Value

Released in version:

1.0.0

Go back default node

The "Go back" node is a navigation node that allows to go-back to the previous screen in the Navigator stack. It's the same as the user tapping the back button, or in flutter calling the code:

Navigator.pop(context);

Inputs

Input name
Canvas Required
Type
Description

connector

Flow

Allows to continue the flow in this node

Outputs

Output name
Canvas Required
Type
Description

connector

Flow

The flow can continue through this output

Last updated