You are here:
Conditional Block
Use a Conditional Block to group actions and blocks behind a formula without performing a loop or merging a list. The Conditional Block’s only job is to control the Integration Procedure flow. A Conditional Block executes in its entirety if an expression is true, executes one of a set of mutually exclusive conditions defined in the steps it contains, or both.
Property |
Description |
|---|---|
Execution Conditional Formula |
Specifies that the entire Conditional Block runs only if this formula evaluates to true. |
Is If Else Block |
Specifies that all actions within the block except optionally the last have mutually exclusive Execution Conditional Formula values. If the last action has a blank Execution Conditional Formula, it runs only if the Execution Conditional Formula values of all the other actions evaluate to false. |

