Loop in web table with multiple pages

Hello Developers,

My workflow is as follows:

  1. Extract a table from the web.
  2. Write it to an Excel file.
  3. Use a loop to process each row in the Excel file.
  4. For each row, assign the current row’s values.

Up to this point, everything is working well.

My question is: How can I use the current value to search the web, click on the result, and retrieve the data inside?

I need to loop through the values, click on the appropriate result, and get the data from the resulting page.

After this step, I am familiar with the remaining process.

Thanks for helping me

@atherob ok so after storing the value from the column data inside the for each you can pass this data in the type into activity which help you to write that data in the portal then use click activity to click on the result for retrieve the data you can use get text activity …
hope this is you are asking for …
cheers Happy Automation.

@singh_sumit
I’m trying to find a way to loop through a web table, search for a specific value, click on it, and then retrieve the information I need from the resulting details…