VerifyValuesExists
Last updated
Was this helpful?
Last updated
Was this helpful?
This ‘verifyValueExists’ is pre-built Action located under the Captured Dropdown Element, instructs the Avo Assure to verify whether the given input data is present in the dropdown, and save the result in dynamic variable.
Input Value: <Text1>;<Text2>;..etc.
<Text1>;<Text2>;..,etc (Required)
Text values to check for existence in the dropdown list Additional values to be verified (optional)
Note: Each text value must be separated using a semicolon ;
Output Value
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This variable holds the status as True or False
Example
Performs validation to check if specified values exist in the captured dropdown element
The verifyValueExists action takes the values from the Input Value column (e.g., All;Last Month;Last 3 Months;Last 6 Months) and verifies whether all specified values exist among the options in the dropdown. The result of the validation is stored in the {verify} variable, with the following possible values:
True – if all specified values exist in the dropdown.
False – if any value is missing or an error occurs.