Get element status
Last updated
Last updated
This is pre-built Action located under the @Custom Element Name. It instructs the Avo Assure Client to fetch the object's status and save the result in the output variable.
Input: <ObjectType>;<VisibleText(Optional)>;<index>
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
User is working on a checkbox in an online ticket booking system. The checkbox represents the option to receive promotional emails. The checkbox can either be selected (checked) or unselected (unchecked).
checkbox;;1
The Get element status Action needs to retrieve the status (checked/unchecked) of the checkbox and save it in the Output Variable.
The Get element status Action retrieve the status of the checkbox and save it in the {result} output variable as checked, which can be utilized for display or other purposes.