Get Status
This is a pre-built action available under the Captured Checkbox Element from the SAP Application. The functionality of this action in Avo Assure is to fetch the status of the checkbox whether it is checked or unchecked from the SAP application and save the result in the dynamic variable
Syntax
Input Value: N/A
N/A
Not Applicable
Output Value
<Dynamic Variable> (Required)
This variable holds the result as checked or unchecked
<Dynamic Variable> (Optional)
This dynamic variable holds the result as True or False.
Example
Checking Whether the 'Direct Flights' Checkbox is Selected or Not.
The Get Status action does not require any value from the Input Value column. It retrieves the current state of the checkbox element (e.g., Direct flights). If the checkbox is selected or unselected, the result is stored in the {CheckboxStatus} variable accordingly (e.g., unchecked), while the execution status is stored in the {Status} variable.


Last updated
Was this helpful?