Hi fellow Power Automate Desktop veterans,
Is there a way that I can use Power Automate Desktop to upload files to a website?
Here's the steps in writing:
1. All files to be uploaded are saved in a SharePoint Document Library. Or I can download them to my PC as local files, if required.
The library structure is as follows:
My Document Library (500+ files in total)
>
X1230.xls
X1231.xls
X1232.xls
...
>SubFolder X1233
X1233_1.xls
X1233_2.xls
...
>SubFolder X1234
X1234_1.xls
X1234_2.xls
...
X1235.xls
...
Each file name contains the unique file number e.g. X1233.xls
2. Go to the website where I want to upload the file(s) to an intranet
3. Search and open record using the unique file number X1233
4. Enter file name: '2020 Report' (this is a fixed value for all file)
5. Click File to upload (choose File X1233.xls)
6. Select type of File: Option 1 (this is a fixed option)
7. Click the 'Upload' button to upload file
8. Repeat the steps above for all other files in a loop until each file has been uploaded.
Many thanks.