Verify Values Exist
Last updated
Last updated
This is pre-built Action comes for Captured Dropdown from SAP Application Element. It instructs Avo Assure client to check whether the values specified in the input field are present in the dropdown list within the SAP application.
Input: <value1>;<value2>;…..etc
Note: User can verify one or more than Values. Values are separated by semicolon (;)
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
The user is working on "Sales Order Management" module in the SAP GUI application. In the "Sales Order Creation" screen, there is a dropdown list where users can select a "Shipping Condition." The list contains certain predefined shipping conditions, such as "Standard Delivery," "Express Delivery," and "Priority Delivery." The Action will verify that these values exist in the dropdown list and are available for selection.
A user needs to verify whether certain shipping conditions (e.g., "Standard Delivery" and "Priority Delivery") exist in the dropdown list. The Action checks whether these predefined conditions are present in the dropdown.
Standard Delivery;Express Delivery;Priority Delivery
The Verify Value Exist Action needs to verify the item from the captured dropdown with the values which is give in the Input Value and save the status in the Output Value.
The Verify Value Exist Action verifies with the given items and save the status in the {result} output variable as True, which can be utilized for display or other purposes