Upload multiple files to a web page

I need to load several files in a web page, using the browse button. One file must be uploaded at a time, and I would like to have a recommendation on how that could be done. Using for each? or is there another way?

The file can be excel, one or more. The name of the web page is Sendpulse

Browse Images

[image]
Upload Files

Best Regards

@Julian_Yamid_Torres_Torr1

As it is one file at a time …you can go with using a for each file in folder and upload each

cheers

For Each File in Folder

Within it, put the steps for uploading the file.

Hi @Julian_Yamid_Torres_Torr1

Give the full path of file in the File name field in the window by using Type into activity. Then it will automatically take the file from the local machine. Then hit on the save button.

Hope it helps!!