The Microsoft SharePoint Online modules empower you to effectively monitor, retrieve, create, and update files within your Microsoft SharePoint Online environment.

Changelog

19 versions
v2.2.0 Latest
  • Added test() (Flow Test Mode) to the NewFile and UpdatedFile triggers.
v2.1.0
  • Added test() (Flow Test Mode) to the WatchLocation trigger.
v2.0.0
  • (breaking change) MakeApiCall: headers and parameters changed to key-value array inputs (body remains textarea/JSON to support nested structures) per standard #1459 — existing flows that used the old string/textarea headers or parameters must be updated
v1.3.3
  • Added output examples to component schemas.
v1.3.2
  • Reduced icon size for better performance.
v1.3.1
  • The authentication flow now displays an account selection screen.
v1.3.0
  • Implemented multiselect input normalization for fileTypesRestriction field in ListFiles, FindFilesOrFolders, NewFile, and UpdatedFile components.
v1.2.3
  • Connection can now be created with custom tenant. To see the option while creating the connection, in the Admin -> Connector Configuration add configuration 'appmixer:microsoft' and inside it, add item 'microsoftTenant' and set its value to true.
v1.2.2
  • FindFilesOrFolders - updated Item Type to File Type.
v1.2.1
  • DownloadFile - allows to select format in which to download the file. Possible options: pdf, html, txt.
v1.2.0
  • (new component) UpdatedFile - triggers when a file is updated in selected Drive or Drive folders (works recursively).
  • (new component) DeletedFile - triggers when a file is deleted in selected Drive or Drive folders (works recursively).
  • (new component) Find Files or Folders - Searches for files or folders in selected Drive using Query (works recursively).
  • DownloadFile - added option to output file data.
v1.1.3
  • NewFile: triggers only for new files in the watched Drive, not folders.
v1.1.2
  • Fix for possible connection with empty label.
v1.1.1
  • NewFile: fix for tracking changes on a custom drive.
v1.1.0
  • ListFiles: The recursive flag has been added. When set to true, the component will list all files, including those within sub-folders.
v1.0.3
  • Updated the tooltips.
v1.0.2
  • Updated component inputs and removed file picker.
v1.0.1
  • Updated component name and file picker.
v1.0.0
  • Initial version

Authentication

TypeDetails
OAuth 2
Scopes:
offline_access user.read

Triggers

4
Deleted File icon

Deleted File

This trigger fires every time there's a file deleted in the selected Drive.
Additional Scopes:
Files.Read.All Sites.Read.All Subscription.Read.All
New File icon

New File

This trigger fires every time there's a new file uploaded to the selected Drive.
Additional Scopes:
Files.Read.All Sites.Read.All Subscription.Read.All
Updated File icon

Updated File

This trigger fires every time there's a new file update to the selected Drive.
Additional Scopes:
Files.Read.All Sites.Read.All Subscription.Read.All
Watch Location icon

Watch Location

This trigger fires every time there's a new file uploaded.
Additional Scopes:
Files.Read.All Sites.Read.All

Actions

10
Create Folder icon

Create Folder

Create a folder in Microsoft SharePoint.
Additional Scopes:
Files.ReadWrite.All
Download File icon

Download File

Retrieve a file content from Microsoft SharePoint.
Additional Scopes:
Files.Read.All Sites.Read.All
Find Files or Folders icon

Find Files or Folders

Find files or folders recursively in Microsoft SharePoint using query.
Additional Scopes:
Files.Read.All Sites.Read.All
List Drives icon

List Drives

List the document libraries for a site.
Additional Scopes:
Files.Read.All Sites.Read.All
Get File icon

Get File

Retrieve a file from Microsoft SharePoint.
Additional Scopes:
Files.Read.All Sites.Read.All
List Files icon

List Files

List files in Microsoft sharepoint.
Additional Scopes:
Files.Read.All Sites.Read.All
List Sites icon

List Sites

List all available sites in an organization.
Additional Scopes:
Sites.Read.All
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call.
Additional Scopes:
Files.ReadWrite.All Sites.ReadWrite.All
Move File Or Folder icon

Move File Or Folder

Move file or folder in Microsoft SharePoint.
Additional Scopes:
Files.ReadWrite.All Sites.ReadWrite.All
Upload File icon

Upload File

Upload file into Microsoft SharePoint.
Additional Scopes:
Files.ReadWrite.All