Select Multiple Value by Indexes

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.

Syntax

Input Value: <Index1>;<Index2>;<...>

Argument
Description

<Index1>;<Index2>;<...> (Required)

Specify the index values to be selected from the list.

Output Value

Argument
Description

<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.

Last updated

Was this helpful?