Iterate through web based data table and update within page


I’ve got a very repetitive task that I want to automate but everything I’ve done has been more responsive eg. lookup an entry and update it after searching. What I need to do is dynamically find if the last column in blank and populate it. How can I iterate through these rows?

@jrhalstead

Please use for each ui element it is for the exact same Purspose…

Inside this you can check if the required ui element has data or not and proceed accordingly

Cheers

Hi @jrhalstead ,

Could you take a look at the suggestions & solution present in the below post :

This should help as it is similar to your case.