How to import files from SharePoint to Servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 05:11 PM
There is a requirement to import files from different folders located in sharepoint to servicenow records.
Do you know of any way to do that and do you have any guide? It's a massive upload of attachments.
Or if you know a different way to load files from a repository, I would appreciate it.
Greetings and thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 07:15 PM
Hi @Ivan Flores ,
The Microsoft SharePoint Online spoke can help you do the job.
If you don't have license for spoke, try to automate using email integration and read attachment from email and transform data. So firstly Setup the schedule within SharePoint. When ServiceNow receives the file, automatically put the attachment into a data source and run the transform map.
Also, watch the listed videos in this https://www.servicenow.com/community/developer-forum/how-to-load-sharepoint-excel-csv-data-into-serv...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 08:33 PM
Hi @Ivan Flores ,