Hii everyone ashish here, please let me know how to download files from different row on button click, after click I have to perform some activities and than download the data
Hi @ashish.pandey0920
can u explain ur process more clearly with screeshots etc,
Hey I can’t share screenshot, but I can ellaborate the workflow and show you in paint
after clicking download button then go to property and download files
and comeback on this page to download second one(2) and perform same task and go to third one
You can try two methods
- Datascraping
Datascrape the download button link which contain the link for downloading excel file
You will get the datatable
Now iterate through it for downloading each file
- Selector updating (by incrementing row number)
Here from figure it seems to be a web table
Now there some property which would be incrementing (like row number)
Within the loop incrementing that attribute in the selector and then download the file one after other.
Try this two ways
Regards
Nived N ![]()
Happy Automation
I am using both the methods, but I am getting this error (Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index)

