The Invalid Action Flow error is issued in the following situations:

Fix the For Each element in this action and link all the possible paths in the Cycle loop to the For each element.

Examples

Situation

Reason

In this situation, the Assign element belongs to the Action flow and also to the Exception flow, therefore the Error handler flow is crossing the regular execution of the action.

In this situation, the Assign element belongs to the Action flow and also to the For Each flow.

Or there are missing paths in a node of your action; for example, you have a For Each node with no Cycle loop path.

Edit this action and fix the ambiguous paths.

Fix the If element in this action according to the following:

Fix the Switch element in this action according to the following:

Fix the Switch element in this action according to the following:

Edit this action and add a Start element. Note that an action flow must have one and only one Start element.

Edit this action and remove the duplicated Start elements.

Clicking the symbol will take you directly to the action flow where the rule violation occurs, highlighting the element where the problem was detected.

See Also

Action Flow Toolbox | About For Each Tool | About If Tool | About Switch Tool | About Error Messages