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.