I need help to loop through the table and based on the Type I will click on the search icon
for example , anytime, the type is WI3 I will click on search icon perform some action then go back to the main page and click at the other row that has WI3
I need help to loop through the table and based on the Type I will click on the search icon
for example , anytime, the type is WI3 I will click on search icon perform some action then go back to the main page and click at the other row that has WI3
Scrap the table with data scraping and get the table in a datatable,
now loop the table using for each data row activity
give a if condition inside , check Currentrow(“Type”).contains (“WI3”)
If condition is true use navigate to activity to navigate to the search result
Refer the below link to get an idea about the flow
Cheers
Muhamed Fasil
you can open or navigate to a particular record in the table given in screenshot by following steps:
Happy Coding…
Please find attached sample workflow
Example.zip (8.9 KB)
Below doc for ref
thank you for your help.
thank you for the help
@mohammed.alsaadi NP. Please make sure you mark as the solution once you find the right one. So that it helps others with the same query
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.