SharePoint search connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2024 06:35 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-28-2025 03:07 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2025 03:03 AM
Yes, you are correct. However, on our side, they asked us to try connecting without the Spoke.
I achieved this by customizing the widget.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2025 03:04 AM
Yes, you are correct. However, on our side, they asked us to try connecting without the Spoke.
I achieved this by customizing the widget.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2025 03:44 AM
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.