
The Download Directory Action Builder downloads the contents of a OneDrive folder to a local directory.

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 downloaded.
Created Script

Get OneDrive Storage – retrieves the OneDrive account.

Get Folder by Name – retrieves the OneDriveFolder to which the file will be uploaded.
Download Folder – downloads a OneDriveFolder from to a local directory path.