Get Count
Last updated
Last updated
This is pre-built Action comes for Captured Dropdown from SAP Application Element. It instructs the Avo Assure Client to fetch the total count of the items present in the dropdown list and stores the value in an output variable.
Input: N/A
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
The User is working on inventory management, where users can select a product category from a dropdown list in the "Material Management" module. The application displays a list of categories in a dropdown and the number of available categories. A user needs to select a product category from the dropdown. The dropdown has categories in the system, such as "Electronics," "Furniture," "Clothing," etc. The Avo Assure uses the "Get Count" Action to fetch the number of items in the dropdown.
The Get Count Action needs to retrieve total count of the category available in the Dropdown and store it in the Output Variable.
The Get Count Action retrieves the count of the Categories and save it in the {result} output variable as 5, which can be utilized for display or other purposes.