Thursday, May 9, 2019

Copy Newly created files from one SharePoint tenant to another using Flow

We have an on-premise Sharepoint 2013 tenant and we had a need that when a document was created in a library that it needed to be copied to a library in O365.

In Summary here is what you need to do:


  1. Create connections to your O365 tenant and your on-premise tenant (Data Gateway typically required).
  2. Create a new flow from blank
  3. Add the following SharePoint flow steps in order
    1. "When a file is created in a folder"
    2. "Get file content"
    3. "Create file"
  4. Configure steps with your values similar to screenshot below




No comments:

Post a Comment