
The Upload File Action builder uploads a file from a local 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.

Cloud File – the variable that will contain the final name of the uploaded file.

Local File Path – the variable that will contain the path to the local file 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 File to Folder – uploads the local file to a OneDriveFolder.