Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescription
DocumentPathThis is typically set to Documents:/ as the default path.
DomainThis field is left blank; the domain is provided in the Username option.
Office365Set to True.
PasswordThe password to the user account that will be sending the upload data to the user library.
Server

For uploading files to the authenticated user's OneDrive, you can use the <SPLONGUSERNAME> token.

http://domaincompany-my.sharepoint.com/personal/<SPLONGUSERNAME>

Note

If using a global admin account to send documents to multiple user OneDrive locations, then you would user the expression editor to replace the <SPLONGUSERNAME> with the fully qualified username, replacing at symbols (@) and periods (.) with underscores (_).

eg. j.dockins_user@prism-software.com must be converted to j_dockins_user_prism-software_com

"https://prism-software-my.sharepoint.com/personal/" & REPLACE(REPLACE(lower(JOB.UserCapture), "@", "_"), ".", "_")

In the above case, JOB.UserCapture is the fully qualified username captured from a filename, folderpath, or panel process input.


Username

The fully qualified username to be used for uploading files to OneDrive for Business.

user@domain


...