Help with an automation

Hi all,

I need help with a process in UiPath. It goes as follows. I have an excel that has URLS in one of the columns. I need to iterate through all of those links one by one.
The process with each link should be as follows → open link → scrape information inside div “td-post-content tagdiv-type” and save that text into a new excel → rinse and repeat.

This is the file that has the links
Links.xlsx (11.5 KB)

And this is the solution I have implemented so far:
Prueba Recording.xaml (9.2 KB)

This solution is only working for the first one and it stops.
If someone can help me with this, I would be eternally grateful.

Best regards.

Hi,

Mainly you need to fix selector of Get Full Text. In the container (Open browser, Attach browser), we don’t need to set top level selector generally.

I just modified your workflow as the following. Hope this helps you.

Prueba Recording.xaml (12.0 KB)

Regards,

1 Like

Thanks a lot, it works like a charm. Regards!!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.