Adding Connections to Screens

The Start icon start_flow_icon appears on the Flow Design page, and its connection is attached to the first screen you add to the Flow Design. You can change the target to any screen in the Flow Design.

  1. From the Flow Design Palette, select the connection you want to use:
    Note: Some connections cannot be explicitly created; they can only be implicitly created when creating or editing menu item properties.
    Connection Description
    Go to Specifies which screen the user goes to upon completing an action on the current screen, such as clicking OK or Next.
    Operation success Specifies which screen the user automatically goes to upon successful completion of an operation.
    Operation error Specifies the screen that the user goes to automatically when an error occurs while attempting to complete an operation.
    Listview details Specifies which screen to open when a row in a listview is clicked. Once on the details screen, you can add, update, or delete rows from the listview.
    Listview add Specifies a screen that can be directly navigated to in order to add a new row to the listview.
    Conditional operation success This connection implies a code generation callout to the customConditionalNavigation function, which returns a boolean. When a user navigates through the application, each piece of custom logic is evaluated individually, in order. Upon finding the first true condition, the matching screen is shown on the user's device.
  2. In the Flow Design canvas, click the source screen and drag to connect it to the target screen.
    The connection line appears between the two screens.