Get the SharePoint site owner list using the SharePoint online spoke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Get the SharePoint site owner list using the SharePoint online spoke, which component need to use from Microsoft SharePoint Online in the flow designer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
57m ago
Hi @kodalimanik
Refer ServiceNow Documentation:Microsoft SharePoint Online Spoke
and use highlighted flow Action for your requirement.
| st Management | Create List Subscription | Creates a webhook subscription for a list. |
| Renew List Subscription | Renews a webhook subscription for a list. | |
| Delete List Subscription | Deletes the webhook subscription for a list. | |
| Get List | Retrieves the details of a list from the SharePoint tenant. | |
| Look up Drives | Retrieves all the drives for a site. |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
53m ago
Hi @kodalimanik
This article will help you during initial set up
The Devil is in the Details: Understanding Permissions for the Microsoft SharePoint Online Spoke
ServiceNow to Microsoft SharePoint Online Integration – Automated Site Creation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
20m ago
First, I used Get site and it gives the ID, name, Display name, URL details as an output and then when i gave Get List it is asking the input field List ID, what i need to give?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11m ago
Hi @kodalimanik
Check this approach using graph API : GraphAPI | API to fetch Sharepoint file details