Get Value by Index

This is pre-built Action comes for Captured Dropdown from SAP Application Element. The functionality of this action in Avo Assure to get the value of an item in the dropdown list as per its index value and store the item value in dynamic variable.

Syntax

Input Value: <index of Item>

Argument
Description

<index of Item> (Required)

Specify the position of the item to be retrieved from the dropdown (starting from 0)

Output Value:

Argument
Description

<Dynamic Variable> (Required)

This dynamic variable holds the retrieved item value

<Dynamic Variable> (optional)

This dynamic variable holds the result as Ture or False

Example

Fetches the value of a specific item in a dropdown list.

The Get Value By Index action takes the value from the Input Value column (e.g., 2) and retrieves the corresponding item from the dropdown list at that index. The result of the retrieval operation is stored in the {Value} variable, while the execution status is stored in the {Status} variable, with the following possible values:

  • True – if the value is fetched successfully.

  • False – if fetching fails.

Last updated

Was this helpful?