First need to create folders as per product ID mentioned in attach excel screnshot then there are multiple link columns, each link contains images of particular product. Need to iterare through each link just need to copy that image and save that image in folders which we created as per id.
How we can automate this process, please suggest as I am new in this.
Hi @Pravin_S ,
Welcome to the community!!
just to confirm will the image be downloadable in any format or you need to copy it only
Thanks
Images will be only in jpg format.
Hi Praveen,
you can go through this algorithm
- Read excel as data table
- For each row in data table
{- if folder does not exists(row.item(“id_product_parent”))
create folder - use “wait for download” action, takes input of URL and path to download
}
- if folder does not exists(row.item(“id_product_parent”))
if it helps mark it as solution
Happy Automation
SaiKrishna
No still confused
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.