jrhalstead
(Jeremiah Halstead)
January 10, 2023, 5:45pm
1
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?
Anil_G
(Anil Gorthi)
January 10, 2023, 5:49pm
2
@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 :
Hi @n.voigt ,
Could you provide us with a Screenshot of the 3rd row (Any Column) element using UiExplorer. Do send us the screenshot of the whole UiExplorer window.
Also, Check if you are able to extract the table using Table Extraction/Data Scraping feature. If we cannot find a way to use the dynamic selector values of Name, Status and Firm, then we should be able to use the tableRow and tableColumn attributes of the element.
We could find the row number of the matching data using the Tabl…
This should help as it is similar to your case.