I’m trying to upload a file to Sharepoint but I’m getting this error:
This is my process and the Properties on the Microsoft Office 365 Scope (I’ve removed my username and part of the attachmentName variable but they are complete)
Url goes into site url…and sub folder will take the relative path…and drive name will be ypur document library name, which you can get from site contents or from admin…
Generally they are documents or shared documents …but can be different as well if multiple libraries are present
Find Files and Folders activity is used to find the file in a given list. I hope that activity is not required for uploading the file.
in the upload file activity, “File to upload” attribute should be the local path of the file on your machine.
if your folder structure in sharepoint is Documents → Folder1 → Folder2 → Upload Tests
then
Destination folder → Shared Documents/Folder1/Folder2/Upload Tests