Verify All Values
Last updated
Was this helpful?
Last updated
Was this helpful?
The verifyAllValues is a pre-built Action located under the Captured Dropdown Element, instructs the Avo Assure to verify all input values against the available dropdown values and save the result in dynamic variable.
Input Value: <text1>;<text2>;..etc.
<text1>;<text2>;..etc. (Required)
First value to be verified and Second value to be verified
Additional values to be verified (optional)
Note: Each text value must be separated using a semicolon ;
Note:
The user must provide all values available in the dropdown. If any value is missing, the result will be false.
Output Value
<Dynamic Variable>(Optional);<Dynamic Variable> (Optional)
This variable Stores result of the verification as True or False
Example
Validates that all expected values are present in the target list or element
The Verify All Values action takes multiple expected values from the Input Value column (e.g., All;Last Month;Last 3 Months;Last 6 Months) and checks if all these values are present within the target list or UI component. The result of the verification is stored in the {Status} variable, with the following possible values:
True – if all specified values are found successfully.
False – if any value is missing or an error occurs.