SharePoint Connector(Power Automate Cloud flows)

12/25/2023

Japanese version.

Triggers

TriggerImportanceDescription
When an item is createdHighTrigger to be activated when an item is created in a SharePoint list.
Use this trigger if you want to be notified by email of the creation of a new list item or if you want to save the list item to a file.
When an item is created or modifiedHighThis trigger is activated when an item is newly registered or updated in a SharePoint list.
Use this trigger if you want to be notified by email of changes in list items or if you want to save the changes to a file.
When an item is deletedHighTrigger to be activated when an item is deleted in a SharePoint list.
When a file is created (properties only)HighStarts when a file/folder is newly created in a specified folder on SharePoint.
Subfolders of the specified folder are also detected.
When a file is created or modified (properties only)HighStarts when a file/folder is newly created or modified in a specified folder on SharePoint.
Subfolders of the specified folder are also detected.
When a file is deletedHighTrigger to be activated when an item is deleted in a SharePoint list.
Subfolders of the specified folder are also detected.
For a selected fileMiddleTrigger to specify any file/folder stored in SharePoint.
Specify any file from a browser.
For a selected itemMiddleTrigger to specify any list item in SharePoint.
The list item is specified by an operation from a browser.

Actions

TriggerImportanceDescription
Get itemsHighThis action retrieves all items (all rows) registered in the list.
Create fileHighThis action creates a file in SharePoint.
Update fileHighThis action updates a file in SharePoint.
Delete fileHighThis action deletes a file on SharePoint.
List folderHighThis action retrieves a list of files/folders stored in any folder in SharePoint.
Move folderMiddleThis action moves folders in SharePoint.
It can be moved within the same group or between different groups.
Copy folderMiddleThis action duplicates a folder in SharePoint.
It can be copied within the same group or between different groups.
The files contained in the folder will also be copied.
List root folderLowThis action retrieves a list of files/folders stored in the top level folder of a SharePoint group.
The root folder is not the shared folder, but the top level folder of SharePoint related applications such as Teams and Wiki.
Therefore, this action will be used infrequently.
Copy fileHighThis action duplicates a file stored in SharePoint.
You can copy files in the same group or between different groups.
Move fileHighThis action moves files stored in a SharePoint folder.
It can be moved in the same group or between different groups.
Get file contentHighThis action specifies the ID of a file on SharePoint and retrieves its contents.
Get file content using pathHighThis action specifies the file path of a file on SharePoint and retrieves its contents.
Get file metadataLowThis action retrieves additional information about a file on SharePoint, such as the file name and who updated it.
It requires the ID of the file as a parameter, but is used infrequently because if the ID of the file is known, other metadata is often obtained as well.
Get file metadata using pathHighThis action retrieves additional information (file name, updater, ID, etc.) for files on SharePoint.
The ID can be obtained by specifying the path, This action is also useful for using other actions that require ID.
Get folder metadataLowThis action retrieves additional information about a folder on SharePoint, such as the folder name and who updated it.
It requires the ID of the folder as a parameter, but is used infrequently because if the ID of the folder is known, other metadata is often obtained as well.
Get folder metadata using pathHighThis action retrieves additional information about a folder on SharePoint (e.g., folder name, updated name, etc.) by specifying the folder path.
Since the ID can be retrieved by specifying the path, this action is also useful for other actions that require the ID.
Create new folderHighThis action creates a folder in SharePoint.
Create sharing link for a file or folderMiddleThis action creates a shared link for a file/folder on SharePoint.
Grant access to an item or a folderMiddleThis action sets the URL and access permissions to files and list items in SharePoint for sharing.
Stop sharing an item or a fileMiddleThis action removes the sharing URL and access rights to a file or list item on SharePoint.
Create itemHighThis action adds an item to a list on SharePoint.
Item creation by this action is subject to detection of the "When an item is created" trigger and the "When an item is created or modified" trigger.
Update itemHighThis action modifies the content of a list item on SharePoint.
Updates made by this action will be detected by the "When an item is created or modified" trigger.
Delete itemMiddleThis action deletes a list item on SharePoint.
Changes made by this action will be detected by the "When an item is deleted" trigger.
Get itemLowThis action retrieves information about a list item on SharePoint.
This action is used infrequently.
In many cases, it is more effective to use "Get items".
For example, if you only have the ID of a list item stored in a file, and you want to retrieve other information from it, you can use this action.
Get attachmentsMiddleThis action retrieves information about files attached to list items on SharePoint.
Add attachmentMiddleThis action adds an attachment to a list item on SharePoint.
Get attachment contentMiddleThis action retrieves the contents of a file attached to a list item on SharePoint.
Delete attachmentMiddleThis action deletes a file attached to a list item on SharePoint.
Get all lists and librariesMiddleThis action retrieves information about lists and libraries registered in the specified SharePoint group.
If you want to retrieve only the lists information, use "Get lists".
Get listsMiddleThis action retrieves information about lists registered in the specified SharePoint group.
The items that can be retrieved are the same as those in "Get all lists and libraries"
If you want to retrieve only listings, use "Get lists".
Extract folderMiddleThis action unzips a Zip file on a SharePoint group.