Edit a flow

Flow editor

You can edit an existing flow by selecting the flow from the list of flows shown in the Flow overview.

Flow overview section

This opens the Flow editor where you can see:

Flow editor

Edit triggers

To edit a trigger, select the Trigger node in the Flow roadmap to be able to view and edit all the properties in the Dynamic section to the right.

Trigger toolbar

The Trigger configuration section has a toolbar with the following components:

Trigger configuration toolbar

  1. Trigger name: Name of the selected trigger.
  2. Help button: Select to open documentation in another tab.
  3. Change button: Select to change the trigger type.

Edit actions

To edit an action, select the Action node in the Flow roadmap to be able to view and edit all properties in the Dynamic section to the right.

Edit action

Action toolbar

The Action configuration section has a toolbar with the following components:

Action configuration toolbar

  1. Action name: Name of the selected action.
  2. Help button: Select to open documentation in another tab.
  3. Clone button: Select to create a copy of your action that will be added at the end of the flow. The action configuration will be copied.

    Note: If you use the Clone button on the For Each or Until actions, all sub-actions will also be cloned.

  4. Change button: Select to choose another action from the action list. The new action won't have any of the previous action configuration.

  5. Delete button: Select to directly delete the action. Not available for the first action of the flow and the loop.
  6. Gear icon button: Select to open the actions settings. Select the Continue on error checkbox if you want the flow to continue its execution even if this action fails. You can enter an optional custom error message. The Flow history shows any actions that failed and the flow continued to run.

    Note: The Continue on error checkbox is not available for the For each, Pause, Stop Execution and Until actions.

Rename an action

When you add a new action, a default name is set. To change it:

The custom labels are then displayed in the Overview section.

Rearrange actions

You can rearrange the order of the flow by rearranging actions:

To automatically renumber the flow steps when rearranging them, you must turn on the Automatic steps renumbering toggle in the Overview section.

Once on, step numbers will be automatically updated when you rearrange actions in the Flow roadmap. If you are using templating, that is, if you are using any step outputs as other step inputs, they will automatically update as long as the execution order is not affected.

⚠️ Warning: If the execution order is affected and you need to manually update the steps, a warning will appear.

Action warning