Control Connector(Power Automate Cloud flows)
This connector is a set of functions that control flows, not specific applications or services.
Contents
Triggers
Does not exist.
Actions
| Action | Importance | Description |
|---|---|---|
| Condition | High | The action to be performed is branched according to whether or not the condition is met. While "Condition" is a "Yes" or "No" choice, "Switch" handles branches with three or more choices. |
| Switch | High | This action performs a conditional branching. While "Condition" is a "Yes" or "No" choice, "Switch" handles branches with three or more choices. |
| Apply to each | High | Loop through the number of items stored in the array variable. |
| Scope | Middle | Exception handling (error handling by Try-Catch-Finally). |
| Terminate | Middle | This action terminates the flow midway. |