
The Upload Directory Action Builder uploads a directory to a OneDrive account.

Account Name – the variable that will hold the OneDrive account name.

Remote Directory – the variable that will contain the OneDrive folder name to which the file will be uploaded.

Local Directory – the variable that will contain the path to the local directory that will be uploaded.
Created Script

Get OneDrive Storage – retrieves the OneDrive account.

Get Folder by Name – retrieves the OneDriveFolder to which the file will be uploaded.
Upload Folder – uploads a local directory to a OneDriveFolder.