Thank you for your response. I ran into another snag with using only VC tasks for the job. In the SharePoint upload task I could designate a local folder and tell it to upload all files within the folder, including subfolders, but it put all the uploaded files into a single SharePoint folder. I had hoped it would re-create the relative folder tree.
I ended up writing a PowerShell script to handle the file uploads. The Sharepoint PNP library has an Add-PnpFile cmdlet that automatically creates the folders as needed when uploading files, so a file in C:\localfolder\2020\07 can automatically be made to go into <SharePointSite><Library>/2020/07, if I want.
Edited by user
2020-07-30T15:45:40Z
|
Reason: Not specified