Verify All Values
Last updated
Last updated
This is pre-built Action comes for Captured Dropdown from SAP Application Element. It instructs the Avo Assure Client to verify if all the input values the user provided are in the dropdown.
Input: <value1>;<value2>;…..etc
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
In an SAP a user is required to select an "Employee ID" from a dropdown menu to proceed with their request. A user is working on "Employee ID" dropdown in the SAP WinGUI interface after a recent update to the system. The Action involves ensuring that all valid employee IDs (e.g., 1001, 1002, 1003) are present in the dropdown list, so the user can choose the correct one.
1001;1002;1003;1004
The Verify All Values Action needs to verify all values which is given in the Input Value with the items from the dropdown and save the Output Variable.
The Verify All Values Action verifies the Items from the dropdown with the values which are given in the Input Values and save the status in the {result} output variable as True, which can be utilized for display or other purposes.