SelectMultipleValuesByIndexes
This is a pre-built action available under the Captured list Element from the Desktop Application. The functionality of this action in Avo Assur is to select the value from the list based on the index provided in input value.
Syntax
Input: <Index1>;<Index2>;…etc
<Index1>;<Index2>;..etc>
(Required)
Specify the numerical values to be selected items from the list.
Note: Each numerical value must be separated using a semicolon ;
Output Value:
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This dynamic variable holds the status of the action as True or False.
Example
Selects multiple values from a list based on specified index positions
The SelectMultipleValuesByIndexes action takes the values from the Input Value column (e.g., 1;3;5) and selects the dropdown items located at those index positions.

Last updated
Was this helpful?