Servicenow to SharePoint Integration - Folder creation with metadata

KirthikaD
Giga Contributor

After integrating ServiceNow to SharePoint by setting up a connection, I'm trying to create a flow designer flow with SharePointOnline Spoke action to create a folder. 

The folder gets created. Now I am looking for ways to set the metadata of the folder that got created. I have a number of columns (metadata) to be populated, and those are going to depend on a ServiceNow table record's field values. 

 

Is there an OOB Spoke action to achieve this, or do we need to create a custom action?

If there is a need to create a custom action, can someone provide a step-by-step guide on creating and testing the action?

 

Thanks in advance!

5 REPLIES 5

Devi
Tera Contributor

Please let me know the solution even we have the same requirment

Vinay Kumar R
Tera Contributor

Did anyone find way to add additional fields from ServiceNow to SharePoint along with uploading files. 

Hi,

Is the above solution is implemented? if yes can you please guide. Thanks

_guinther
Tera Contributor

There is no out-of-the-box (OOB) action in the SharePoint Online Spoke to set metadata on a folder after creation.


You’ll need to create a custom Flow Designer Action, usually via Microsoft Graph API (recommended) or SharePoint REST API.