Thanks in advance for any help.
I am extracting a table from a webpage and have it stored as a table variable.
I use the find or replace in data table action to find a specific value in column A. I want to then return the value of column B of that row and store it to a variable. I understand you can use the column reference returned by find/replace action but I can't reason how that works.
For clarity, I want to search for "apple" and have "fruit" stored as a variable to use later in the flow.
| Column A | Column B |
| apple | fruit |
| carrot | vegetable |