The Zurich release has arrived! Interested in new features and functionalities? Click here for more

SharePoint search connection

1__PrabakaranC
Tera Contributor

Is there an option to get search results from SharePoint and integrate them into ServiceNow without using a subscription-based plugin like the SharePoint Connector? I can fetch the data from SharePoint using REST messages, and if needed, I can use flow actions. Can I provide a GUID to connect the search results to the portal search
NOTE : My instance is using AI Search




4 REPLIES 4

SajilalM
Tera Contributor

You will have to check for Sharepoint Spokes available and drive the solution via Flow Designer, you can call the Flow within your portal search, brings in lot of customizations around the Widget, Flow and Spokes to be used and leveraged across your Portal.

 

Thanks

 

Yes, you are correct. However, on our side, they asked us to try connecting without the Spoke.

I achieved this by customizing the widget.

Yes, you are correct. However, on our side, they asked us to try connecting without the Spoke.

I achieved this by customizing the widget.

Thank you @SajilalM  ,

I was able to achieve it by customizing the widget.
The customization is triggered when using the search bar — I introduced a new tab , which uses SharePoint search (via a custom action) and populates the results on the same page.
It closely resembles the behavior of the default widget in appearance and functionality.