Hello -
I want to get a specific text in a table.
First table
Second table
and so forth so on…
The only selector that’s changing is the tableCol and tableRow.
How to get the text?
Thank you
Hello -
I want to get a specific text in a table.
First table
Second table
and so forth so on…
The only selector that’s changing is the tableCol and tableRow.
How to get the text?
Thank you
Create two integer counter variables for both column and row and initialise it with 2 and 3 respectively. And then pass variables into the selector as below.
tableCol={{ColCounter.ToString}}
tableRow={{RowCounter.ToString}}
Keep Get Text activity in loop and increment ColCounter and RowCounter by 1.
ColCounter = ColCounter+1
RowCounter = RowCounter+1