Welcome to the article on how to use action Office 365 upload file on SharePoint Online and Office 365, using Nintex Workflows. Here, we will see how to configure this action and use it for our work.

Using this action, you will be able to upload your file from SharePoint or any other location to SharePoint.

Let’s see the implementation of this functionality.

Configuration

  1. File to Upload: Choose an option to select how you want to upload the file, by providing the URL in SharePoint or by using content.

    By SharePoint:
    Provide a site detail where you want to upload the file.

    File to Upload
    By Other Content: Provide the location of the content which needs to be updated.

    File to Upload
  2. Destination Site URL: Provide the destination URL where you want to update the items.
  3. Folder Path: Provide the path of the folder which you want to use to upload.
  4. File Name: Provide the file name with the extension.
  5. Overwrite existing file: Choose yes or no if you want to overwrite the existing file if it exists.
  6. SharePoint Online URL: Provide the SharePoint Online Url here.
  7. Username: Provide the user name.
  8. Password: Specify the password.
  9. Fields to update: Choose the fields you want to upload with the document (using the query through query builder or using the XML builder to paste the code here) on the box, below.

    Fields to update
    Fields to update

  10. Link to uploaded file: Here, you can add a variable to store the link of the uploaded file.
  11. List Item ID: Here, you can add a variable to store the List item id.
  12. Upload Successful: Here, you can add a variable to store the value ‘Yes’ when the upload has been successful.

Once you have configured, the workflow will upload the files from the defined destination, when executed.

So, in this article, we saw how to upload documents using the action Office 365 upload file in SharePoint Online and Office 365, using Nintex Workflows. We will see more new articles on the actions of Nintex Workflows in the upcoming parts of the article. Until then, keep learning!