Create a no-code SharePoint step to upload files to Sharepoint sites, create folders, or share files.
How do I find folder ID
.jpg
).myfile
, the next file will be called myfile-1
, and then myfile-2
.How can I use the File name field
{casenumber}-carphoto-{customernumber}
. This way, when the files get uploaded in Sharepoint by the Next Matter step, they will follow a clear structure.$.'Uploaded Files'[0].'Uploaded Drive Item Web'
(file 1), $.'Uploaded Files'[1].'Uploaded Drive Item Web'
(file 2), and so on.
How do I find the Drive ID
GET https://graph.microsoft.com/v1.0/sites/YourDomainName.sharepoint.com:/sites/YourSiteName
GET https://graph.microsoft.com/v1.0/sites/ReturnedSiteID/drives
GET /drives/ReturnedDriveID/root/delta
.