Skip to content

Commit 493928d

Browse files
Merge pull request SharePoint#7038 from Steven-Jia/patch-2
Add note about no support for chunked upload in SharePoint Server
2 parents eb9f841 + 5e5b164 commit 493928d

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Microsoft SharePoint Connector for Power Automate
3-
ms.date: 11/30/2020
3+
description: In Power Automate, Microsoft SharePoint Connector supports the following flow triggers and actions.
4+
ms.date: 06/10/2021
45
search.app:
56
- Flow
67
search.appverid: met150
@@ -309,22 +310,23 @@ The following tables list all of the actions and triggers that are supported for
309310
| Get folder metadata | Yes | Yes | Yes |
310311
| Get folder metadata using path | Yes | Yes | Yes |
311312
| Get file content | Yes | Yes | Yes |
312-
| Create file | Yes | Yes | Yes |
313+
| Create file | Yes<sup>1</sup> | Yes<sup>1</sup> | Yes<sup>1</sup> |
313314
| Update file | Yes | Yes | Yes |
314-
| Copy file (deprecated)<sup>1</sup>| Yes | Yes | Yes |
315+
| Copy file (deprecated)<sup>2</sup>| Yes | Yes | Yes |
315316
| List folder | Yes | Yes | Yes |
316317
| Extract folder | Yes | Yes | Yes |
317318
| Get attachments | Yes | Yes | Yes |
318319
| Add attachment | Yes | Yes | Yes |
319320
| 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> |
321+
| Get items | Yes<sup>3</sup> | Yes<sup>3</sup> | Yes<sup>3</sup> |
322+
| Get item | Yes<sup>4</sup> | Yes<sup>4</sup> | Yes<sup>4</sup> |
323+
| Create item | Yes<sup>4</sup> | Yes<sup>4</sup> | Yes<sup>4</sup> |
324+
| Update item | Yes<sup>4</sup> | Yes<sup>4</sup> | Yes<sup>4</sup> |
324325
| Delete item | Yes | Yes | Yes |
325326
| Send an HTTP request to SharePoint | Yes | Yes | Yes |
326327

327328
> [!NOTE]
329+
> 1. Does not support creating a large file by uploading it as a set of chunks.
328330
> 1. This action includes "(deprecated)" in its display name. The "Copy file" action is different from this action.
329331
> 1. This action only supports OData parameters, which excludes parameters such as "Limit Entries to Folder", "Include Nested Items", and "Limit Columns by View".
330332
> 1. Does not support “Limit Columns by View”.

0 commit comments

Comments
 (0)