@@ -16,23 +16,22 @@ ms.date: 08/25/2018
16
16
# Monitor and manage SharePoint with Azure Logic Apps
17
17
18
18
With Azure Logic Apps and the SharePoint connector,
19
- you can create automated tasks and workflows that monitor
20
- and manage resources, such as files, folders, lists, items ,
21
- persons, and so on in SharePoint Online in the cloud or
22
- SharePoint Server on premises, for example:
19
+ you can create automated tasks and workflows that
20
+ monitor and manage resources, such as files, folders,
21
+ lists, items, persons, and so on, in SharePoint
22
+ Online or in SharePoint Server on premises, for example:
23
23
24
24
* Monitor when files or items are created, changed, or deleted.
25
+ * Create, get, update, or delete items.
26
+ * Add, get, or delete attachments. Get the content from attachments.
25
27
* Create, copy, update, or delete files.
26
- * Get a file's content, metatadata, or properties.
27
- * Update a file's properties.
28
+ * Update file properties. Get the content, metadata, or properties for a file.
29
+ * List or extract folders.
30
+ * Get lists or list views.
28
31
* Set content approval status.
29
- * Create, get, update, and delete an item.
30
- * Add, get, or delete attachments. Get an attachment's content.
31
- * Get lists and list views.
32
- * List and extract folders.
33
32
* Resolve persons.
34
33
* Send HTTP requests to SharePoint.
35
- * Get entity values
34
+ * Get entity values.
36
35
37
36
You can use triggers that get responses from SharePoint and
38
37
make the output available to other actions. You can use actions
0 commit comments