Skip to content

Commit dfbfde2

Browse files
committed
Add info on supported triggers and actions for SP On-prem
1 parent c1d2d0d commit dfbfde2

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

docs/business-apps/power-automate/sharepoint-connector-actions-triggers.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,70 @@ Updates the properties stored in columns in a library for the item specified by
274274

275275
Updates an item in a SharePoint list.
276276

277+
## Support for SharePoint Server
278+
279+
The following tables list all of the actions and triggers that are supported for SharePoint On-Premises 2013, 2016, or 2019. Any actions or triggers that are not mentioned are unsupported.
280+
281+
### Supported triggers
282+
283+
| Trigger | SharePoint 2013 | SharePoint 2016 | SharePoint 2019|
284+
| :-- | :-- | :-- | :-- |
285+
| When a file is created in a folder | Yes | Yes | Yes |
286+
| When a file is created or modified in a folder | Yes | Yes | Yes |
287+
| When an item is created | Yes<sup>1</sup> | Yes<sup>1</sup> | Yes<sup>1</sup> |
288+
| When an item is created or modified | Yes<sup>1</sup> | Yes<sup>1</sup> | Yes<sup>1</sup> |
289+
| When a file is created (properties only) | No | No | Yes<sup>1</sup> |
290+
| When a file is created or modified (properties only) | No | No | Yes<sup>1</sup> |
291+
| When an item is deleted | No | No | Yes<sup>2</sup> |
292+
| When a file is deleted | No | No | Yes<sup>2</sup> |
293+
| Resolve Person | No | No | Yes |
294+
| Set content approval status | No | No | Yes |
295+
296+
> [!NOTE]
297+
> 1. Does not support “Limit Columns by View”.
298+
> 1. While this trigger is supported for SharePoint 2019, flows created using this trigger may encounter the following issues:
299+
> - If there is no activity on the list for over 60 days or if there is some activity but no items are deleted for over 60 days, then the trigger will fail to activate.
300+
> - The deletion of list items by the System User will activate the trigger.
301+
302+
303+
### Supported actions
304+
305+
| Action | SharePoint 2013 | SharePoint 2016 | SharePoint 2019|
306+
| :-- | :-- | :-- | :-- |
307+
| Get file metadata | Yes | Yes | Yes |
308+
| Get file metadata using path | Yes | Yes | Yes |
309+
| Get folder metadata | Yes | Yes | Yes |
310+
| Get folder metadata using path | Yes | Yes | Yes |
311+
| Get file content | Yes | Yes | Yes |
312+
| Create file | Yes | Yes | Yes |
313+
| Update file | Yes | Yes | Yes |
314+
| Copy file (deprecated)<sup>1</sup>| Yes | Yes | Yes |
315+
| List folder | Yes | Yes | Yes |
316+
| Extract folder | Yes | Yes | Yes |
317+
| Get attachments | Yes | Yes | Yes |
318+
| Add attachment | Yes | Yes | Yes |
319+
| Delete attachment | Yes | Yes | Yes |
320+
| Get items | Yes<sup>2</sup> | Yes<sup>2</sup> | Yes<sup>2</sup> |
321+
| Get item | Yes<sup>3</sup> | Yes<sup>3</sup> | Yes<sup>3</sup> |
322+
| Create item | Yes<sup>3</sup> | Yes<sup>3</sup> | Yes<sup>3</sup> |
323+
| Update item | Yes<sup>3</sup> | Yes<sup>3</sup> | Yes<sup>3</sup> |
324+
| Delete item | Yes | Yes | Yes |
325+
| Send an HTTP request to SharePoint | Yes | Yes | Yes |
326+
327+
> [!NOTE]
328+
> 1. This action includes "(deprecated)" in its display name. The "Copy file" action is different from this action.
329+
> 1. This action only supports OData parameters, which excludes parameters such as "Limit Entries to Folder", "Include Nested Items", and "Limit Columns by View".
330+
> 1. Does not support “Limit Columns by View”.
331+
332+
### Deprecated triggers
333+
334+
These triggers are deprecated and are no longer actively maintained. While they are still present in the Microsoft SharePoint Connector, we recommend not utilizing deprecated triggers or actions in any new applications or solutions.
335+
336+
| Trigger | Supported Version | Suggested Alternative |
337+
| :-- | :-- | :-- |
338+
| When a file is created in a folder | SharePoint 2019 | When a file is created (properties only) |
339+
| When a file is created or modified in a folder | SharePoint 2019 | When a file is created or modified (properties only) |
340+
277341
## Known limitations
278342

279343
### Supported list and library templates

0 commit comments

Comments
 (0)