TIPS - Retrieve specific item from data table

To retrieve specific items from data tables, set a new variable and declare %Table[0][‘Product Price’]%, where the [0] is the row index. The row index of a table always starts with 0. Here, we want the first item, so we indicate the index as 0. “Product Price” is the name of the column where the item is located.

After running the flow, we can check the variable. Clicking on the variable name on the variable pane, we can see that we have retrieved the value that we wanted.

Print Article

Details

Article ID: 9056
Created
Mon 11/6/23 10:08 AM
Modified
Mon 11/6/23 10:08 AM