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.
Note: Without If action we cannot use the Else action.
Syntax
Input Value: N/A
N/A
Not Applicable
Output Value:
<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?