EndIf

This action in Avo Assure is available under the @Generic Element. Its functionality is to close the If condition statement after executing the conditional logic. Without the EndIf action, the If condition cannot execute correctly and results in a dangling error.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value: N/A

Argument
Description

N/A

Not Applicable

Example

Marks the end of an If or Else block in the execution flow

The End If action does not require any value from the Input Value column. It signifies the closure of an If, Else If, or Else block and ensures the logical condition block is completed before continuing with the next steps in the execution.

Last updated

Was this helpful?