Select Multiple Value by Indexes
Last updated
Was this helpful?
Last updated
Was this helpful?
This Select Multiple Value by Indexes is a pre-built Action located under the Captured List Element, instructs the Avo Assure to select multiple values based on the provided input index values and save the result in dynamic variable.
Input Value: <Index1>;<Index2>;<...>
<Index1>;<Index2>;<...> (Required)
Specify the index values to be selected from the list.
Note: In the above syntax, Index1 starts with 0, which means 0 is considered the first index.
Output Value
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This dynamic variable holds the status as True or False
Example
Performs selection of multiple values from a list based on their index positions
The Select Multiple Value by Indexes action takes the value from the Input Value column (e.g., 2;3) and selects the corresponding indexed options from the targeted list element. The result of the selection operation is stored in the {SelectedValue} variable, with the following possible values:
True – if all values are selected successfully.
False – if selection fails or an error occurs.