Else

This action in Avo Assure is available under the @Generic Element, and the functionality of this action in Avo Assure is to execute an alternative action, after checking the condition, if the condition gets false, then the 'Else' part will be executed and the action result store in the give dynamic variable.

Syntax

Input Value: N/A

Argument
Description

N/A

Not Applicable

Output Value:

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable> (Optional)

This variable holds the status as True or Fales

Example

Executes Else actions when the If condition fails

The Else action does not require any value from the Input Value column. It is used to define a different set of steps that should execute when the If condition evaluates to false. The flow continues with the actions inside the Else block until an EndIf is encountered.

Last updated

Was this helpful?