Skip to content

Commit 475efc5

Browse files
authored
Merge pull request SharePoint#5508 from jackwi-alt/patch-6
Edit pass on SharePoint Connector for Power Automate.
2 parents f384fea + 52e5054 commit 475efc5

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

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

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,51 +3,51 @@ title: Microsoft SharePoint Connector for Power Automate
33
ms.date: 03/13/2020
44
---
55

6-
# Microsoft SharePoint Connector for Power Automate
6+
# Microsoft SharePoint Connector in Power Automate
77

88
Microsoft SharePoint Connector in Power Automate supports the following flow triggers and actions.
99

1010
## SharePoint triggers
1111

1212
### When an item is created
1313

14-
Triggers the flow when an item is created.
14+
Triggers the flow when you create an item in a SharePoint list.
1515

1616
### When an item is created or modified
1717

18-
Triggers the flow when an item is created, and each time it is modified, in a SharePoint list.
18+
Triggers the flow when you create an item, and each time you modify it in a SharePoint list.
1919

2020
### When an item is deleted
2121

22-
Triggers the flow when an item is deleted in a list. To get the properties of a deleted item, this trigger must connect to the associated SharePoint site on which it is expected to run using a site collection user account.
22+
Triggers the flow when you delete an item in a list. To get the properties of a deleted item, you must connect this trigger must to the associated SharePoint site on which it is expected to run, using a site collection user account.
2323

2424
### For a selected item
2525

26-
Triggers the flow for a selected item in a list.
26+
Triggers the flow when you select an item in a list.
2727

2828
### When a file is created (properties only)
2929

30-
Triggers the flow when a file is created in a document library, and returns only the custom file properties associated with that file.
30+
Triggers the flow when you create a file in a document library, and returns only the custom file properties associated with that file.
3131

3232
### When a file is created in a folder
3333

34-
Triggers the flow when a file is created in a SharePoint folder. This trigger does not run if a file is added or updated in a subfolder inside the folder this trigger is operating on. If the flow is required to trigger on subfolders, create different flows for one or more subfolder(s).
34+
Triggers the flow when you create a file in a SharePoint folder. This trigger does not run if you add or update a file in a subfolder inside the folder this trigger is operating on. If the flow is required to trigger on subfolders, create different flows for one or more subfolder(s).
3535

3636
### When a file is created or modified (properties only)
3737

38-
Triggers the flow when a file is created, and each time the file properties are modified in a library. Returns only the custom file properties associated with that file.
38+
Triggers the flow when you create a file, and each time you modify the file properties in a library. Returns only the custom file properties associated with that file.
3939

4040
### When a file is created or modified in a folder (properties only)
4141

42-
Triggers the flow when a file is created, and each time the file properties are modified in the selected SharePoint folder. The trigger does not activate if a file is added/updated in a subfolder. If the flow is required to trigger on subfolders, create different flows for one or more subfolder(s).
42+
Triggers the flow when you create a file, and each time you modify the file properties in the selected SharePoint folder. The trigger does not activate if you add or update a file in a subfolder. If the flow is required to trigger on subfolders, create different flows for one or more subfolder(s).
4343

4444
### When a file is deleted
4545

46-
Triggers the flow when a file is deleted in a document library. You can optionally specify a folder to watch. When a folder is deleted, the trigger activates only once for the deleted folder, including its subfolders. To get the properties of the deleted file, this trigger must connect to the associated SharePoint site on which the trigger is epxected to run using a site collection user account.
46+
Triggers the flow when you delete a file in a document library. You can optionally specify a folder to watch. When you delete a folder, the trigger activates only once for the deleted folder, including its subfolders. To get the properties of the deleted file, you must connect this trigger to the associated SharePoint site on which the trigger is epxected to run, using a site collection user account.
4747

4848
### For a selected file
4949

50-
Triggers the flow for a selected file in a document library.
50+
Triggers the flow for a file you select in a document library.
5151

5252
### When a site has requested to join a hub site
5353

@@ -61,11 +61,11 @@ Adds a new attachment to the specified list item.
6161

6262
### Approve hub site join request
6363

64-
Approves hub site join request. This action returns an approval token to complete the join request using the join hub site action.
64+
Approves hub site join request. This action returns an approval token to complete the join request, using the join hub site action.
6565

6666
### Cancel hub site join request
6767

68-
Cancels hub join request. If applicable, specify the same Approval Correlation Id as used in the "Set hub site join status to pending" action.
68+
Cancels hub join request. If applicable, specify the same Approval Correlation Id as used in the **Set hub site join status to pending** action.
6969

7070
### Check in file
7171

@@ -77,15 +77,15 @@ Checks out a file in a document library to prevent others from editing the docum
7777

7878
### Copy file
7979

80-
Copies a file. Works similarly to the "Copy to" command in SharePoint libraries. Returns info about the new file after copying.
80+
Copies a file. Works similarly to the **Copy to** command in SharePoint libraries. After copying, returns info about the new file.
8181

8282
### Copy file (deprecated)
8383

8484
Copies a file to a SharePoint site.
8585

8686
### Copy folder
8787

88-
Copies a folder. Works similarly to the "Copy to" command in SharePoint libraries. Returns info about the new folder after copying.
88+
Copies a folder. Works similarly to the **Copy to** command in SharePoint libraries. After copying, returns info about the new folder.
8989

9090
### Create file
9191

@@ -117,7 +117,7 @@ Deletes an item from a SharePoint list.
117117

118118
### Discard checkout
119119

120-
Discards the checkout, rather than saves the file, if you check out a file and don't make changes to it, or you make changes that you don't want to keep. If your organization tracks versions, a new version is created each time you check a file back into the library. By discarding the checkout, you can avoid making new versions when you haven't made any changes to the file.
120+
Discards the checkout, rather than saves the file, if you check out a file and don't make changes to it, or you make changes that you don't want to keep. If your organization tracks versions, a new version is created each time you check in a file to the library. By discarding the checkout, you can avoid making new versions when you haven't made any changes to the file.
121121

122122
### Extract folder
123123

@@ -129,47 +129,47 @@ Gets all lists and libraries.
129129

130130
### Get attachment content
131131

132-
Returns file contents using the file identifier. The contents can be copied somewhere else, or be used as an attachment.
132+
Returns file contents, using the file identifier. The contents can be copied somewhere else, or be used as an attachment.
133133

134134
### Get attachments
135135

136-
Returns the list of attachments for the specified list item. To get to the contents of the file, add a "Get attachment content" step, and use the "File identifier" property returned by this action.
136+
Returns the list of attachments for the specified list item. To get to the contents of the file, add a **Get attachment content** step, and use the **File identifier** property returned by this action.
137137

138138
### Get file content
139139

140-
Gets file contents using the file identifier. The contents can be copied somewhere else, or be used as an attachment.
140+
Gets file contents using the file identifier. You can copy the contents somewhere else, or use it as an attachment.
141141

142142
### Get file content using path
143143

144-
Gets file contents using the file path.
144+
Gets file contents, using the file path.
145145

146146
### Get file metadata
147147

148-
Gets info about the file, such as size, etag, created date, and so on. Uses a file identifier to pick the file. To get to the values stored in the columns in the library, use "Get file properties" action.
148+
Gets info about the file, such as size, etag, created date, and so on. Uses a file identifier to select the file. To get to the values stored in the columns in the library, use the **Get file properties** action.
149149

150150
### Get file metadata using path
151151

152-
Gets info about the file, such as size, etag, created date, and so on. Uses a file path to pick the file. To get to the values stored in the columns in the library, use "Get file properties" action.
152+
Gets info about the file, such as size, etag, created date, and so on. Uses a file path to select the file. To get to the values stored in the columns in the library, use the **Get file properties** action.
153153

154154
### Get file properties
155155

156156
Gets the properties saved in the columns in the library for the item specified by the item id. To get to the contents of the file, add a "Get file content" step, and use the "File identifier" property returned by this action. When using this with the On-Premises Data Gateway, you may need to manually enter the name of the library to connect to.
157157

158158
### Get files (properties only)
159159

160-
Gets the properties saved in the columns in the library for all folders and files stored in the library. You can also filter down to the items that match a condition. Use "Apply to each" section to work with the output from this action. When using this with the On-Premises Data Gateway, you may need to be manually enter the name of the library to connect to.
160+
Gets the properties saved in the columns in the library for all folders and files stored in the library. You can also filter down to the items that match a condition. To work with the output from this action, use the **Apply to each** section. When using this with the On-Premises Data Gateway, you may need to be manually enter the name of the library to connect to.
161161

162162
### Get folder metadata
163163

164-
Gets info about the folder. Uses a file identifier to pick the folder.
164+
Gets info about the folder. Uses a file identifier to select the folder.
165165

166166
### Get folder metadata using path
167167

168-
Gets info about the folder. Uses a folder path to pick the folder.
168+
Gets info about the folder. Uses a folder path to select the folder.
169169

170170
### Get item
171171

172-
Gets a single item by its id from a SharePoint list.
172+
Gets a single item by its ID from a SharePoint list.
173173

174174
### Get items
175175

@@ -189,7 +189,7 @@ Grants access to an item or a folder in SharePoint to specific people.
189189

190190
### Join hub site
191191

192-
Joins the requested site to the hub site. An Approval Token is required to complete the join successfully if that hub requires approval. If applicable, specify the same Approval Correlation Id as used in the "Set hub site join status to pending" action.
192+
Joins the requested site to the hub site. An Approval Token is required to complete the join successfully, if that hub requires approval. If applicable, specify the same Approval Correlation Id as used in the **Set hub site join status to pending** action.
193193

194194
### List folder
195195

@@ -201,19 +201,19 @@ Returns files in the root SharePoint folder.
201201

202202
### Move file
203203

204-
Moves a file. Works similarly to the "Move to" command in SharePoint libraries. Returns info about the new file after its move.
204+
Moves a file. Works similarly to the **Move to** command in SharePoint libraries. Returns info about the new file after its move.
205205

206206
### Move folder
207207

208-
Moves a folder. Works similarly to the "Move to" command in SharePoint libraries. Returns info about the new folder after its move.
208+
Moves a folder. Works similarly to the **Move to** command in SharePoint libraries. Returns info about the new folder after its move.
209209

210210
### Resolve person
211211

212212
Returns a single matching user value so it can be assigned to a column of type person. If there are no matches, or multiple matches, this action errors out.
213213

214214
### Send an HTTP request to SharePoint
215215

216-
Constructs a SharePoint REST API to invoke. Note: This action may execute any SharePoint REST API you have access to. Proceed with caution.
216+
Constructs a SharePoint REST API to invoke. **Note**: This action may execute any SharePoint REST API you have access to. Proceed with caution.
217217

218218
### Set content approval status
219219

@@ -233,7 +233,7 @@ Updates the contents of the file specified by the file identifier.
233233

234234
### Update file properties
235235

236-
Updates the properties stored in columns in a library for the item specified by the item id. To update file contents, use the "Update file" action. When using this with the On-Premises Data Gateway, you may need to manually enter the name of the library to connect to.
236+
Updates the properties stored in columns in a library for the item specified by the item ID. To update file contents, use the **Update file** action. When using this with the On-Premises Data Gateway, you may need to manually enter the name of the library to connect to.
237237

238238
### Update item
239239

0 commit comments

Comments
 (0)