I did not find how to get the row number of a table by value in one of the columns. If in my table there are several columns and I store certain data there, I want to find them by searching through a row in the first column. To then get the values from the required string.
For Example
Name1 | Age1 | Gender1 |
Name2 | Age2 | Gender2 |
I need to find a position with a name "Name2". Then I could use the Variable Operate - Get value from table to get the values of the other columns and save them to variables for use.
How to do this?
Maybe it makes sense to add Variable Operate - Processing way for such an opportunity.