Hello everyone, I’m trying to download some files from other portals.so, when downloading I’m using activity called wait for download
In this activity , In the monitored folder node ( the path is indicated) and in the downloaded file ( I’m retrieving file info )
Next I’m adding the file info.fullname ( to the collection )
So now I have a list of file info save in a variable of type (list, string)
Now, I need to retrieve all these multiple files based on the list of file info that I have and merge into one excel and save the information of the merged Excel file to a variable.
Can anyone help how to retrieve multiple files based on the list of file info that I have ??
Hello @ashokkarale I have already stored all the file info.names into a variable to type( list string)
So, it means I have all the files paths that I need now I need to read one particular column value from each file and save that data into one variable and then delete these files.