cancel
Showing results for 
Search instead for 
Did you mean: 

Process all rows in a (website) table depending on a column value

RonAng
Level 5
Hi, Can anyone give guidance on how to process all rows in a table in page based on some conditions with the columns? For example, 1st column is a drop down where the option should be selected whichever column has the highest value. I've attached a sample html file. In addition to that, go to each entry by clicking its corresponding link and do something with it depending on the value from the main table (attached html) Note: Please rename file to *.html as I am not able to upload it with this extension. Thanks! Regards, Rang
1 REPLY 1

Denis__Dennehy
Level 15
This sounds like standard Blue Prism interface stuff - maybe you have an experienced mentor available to you to discuss the challanges you are seeing? If you are talking about doing something on each row of a table, you probably want to use dynamic elements - so you identify the cells in the first row and then increment the path or match index or some attribute to be able to use that one element for every row cell in that column. For each combo, read all values into a collection, loop through the colletion to find the highest value, then set/write the combo value accordingly.