Until

Description

The Until action allows a Flow to iterate through a list of actions. The input for the Until action is:

Once the Until action is set in the flow, you can add internal actions by clicking on the plus icon. Actions can be sorted using drag & drop functionality.

Until Flow Designer

Internal references

Internal actions are those which are part of the Until action and they are executed sequentially. These actions have access to reference output results from other internal actions.

Until Flow Designer

Output

No output is provided.

Nesting

The naming convention for nested Until actions is substepX_X, where the second X represents the nesting level.

The only exception to this naming convention is the first nesting level, where the name used continues to be substepX to avoid breaking changes.

For example:

Limitations