Each time i complete one its removed from the list so when i re-run the automation to start the next one on the list the previous completed ones removed and the program fails to continue due to looking for the old one.
Ive tried using a for each ui element with click for Current element and it seems not to work and then move onto the next step which fails because that page didnt open, Am I doing something wrong or is there a better alternative to achieve this?
First, get the table as datatable using TableExtraction or DataScraping
Next, Iterate the datatable using ForEachRow
In the loop, Click target element dynamically using aaname or inner text attribute from the datatable.
Then, Indicate target in Click activity. Please use Strict Selector and have it aaname attribute (please use UiExploere if necessary)
Next, open Selector Editor for strict selector and set aaname as dynamic as the following.
I believe Im on the right path here, Just unsure on how to do the extract table dataa for extra to and how to select a value for data table in th For Each Row in Data Table