Hello! I need to download images from a advertisement but every time is going to be a new advertisement that I need to download the pictures. How can I do this automation? The urls that it’s going to use are in a google spreadsheet.
Hiii @Carvalho_Vini
Use read range activity to read the excel in to the datatable.
Use for each row in datatable activity to iterate the datatable.
Store the row in a variable like URL = Currentrow(“URL”).toString
Pass this variable in the Use application\browser activity then it will open that website.
Hope it helps!!
Hey! This works to google spreadsheets too?
If you find the solution for you query please mark as solution to close the loop.
Happy Automation!!
Hey! I dont have the “for each row” activity!
Please see the below workflow I have done the workflow in StudioX
Download the package as UiPath.Gsuite.Activities so that you can use the spreadsheet
Regards
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.