Get Column Data

This is a pre-built action in Avo Assure. This action allows easy retrieval of values from grid for further processing or manipulation.

Syntax

Input: (<Column Header Value>)or(index;<Column Index>)

Argument
Description

Column Header Value (Required*)

Column name for the required action

Column Index (Required*)

Index number of column for required action

Output: <Dynamic Variable>(Optional)

Example 1

An e-commerce company stores customer order details in table. To ensure accurate shipping, the system needs to retrieve and access each data one by one for further processing and dispatch. In the example below Order Id is our column header value and we retrieve each order in sequence for processing, starting with ORD1001, ORD1002 and at last ORD1003.

Last updated

Was this helpful?