
Dear All,
Recently, I have retrieve a web site HTML data table and store in a variable data table using (extract data from webpage feature) and save to excel sheet. The task is retrieve all values in a datatable (the row of each HTML table is increase or decrease in every query) and also implement IF EACH condition.Any expert know which function can I get the all rows from datatable and insert into FOR Each condition. Also one more issue is facing that UI ELEMENT number is FIX how we choose different number according with my condition.For example in this case NC value contains in 24 number of rows but it's clicking on selected FIX UI ELEMENT number.
You dont need to have set variable.
Pad will automatically loop till the last row of the Datatable.
In the "For each" action pass the name of the datatable (in this case DataFromWebPage).
I could not fully understand the second part of the question.