How can I do a Bulk upload of attachments into servicenow table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2023 11:00 PM
I am having bulk of attachments stored in my laptop folder.
Now my requirement is to upload all the attachments into the ServiceNow custom table at one time.
Can anyone please help me to achieve this?
Thank You in Advance!
Pratiksha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2023 03:12 AM
Hi @Pratiksha2 ,
Yes, you can upload attachments in bulk into a ServiceNow table using the Data Import functionality. Here are the steps:
Create a new data source by navigating to System Import Sets > Data Sources and clicking on New.
Fill in the necessary details such as Name, Table Name, and File Extension.
Add a new File field to the data source .
Map the fields in the data source to the fields in the target table. Make sure to map the File field to the Attachment field in the target table.
Save the data source and go back to the list view.
Click on the Load Data button and select the files that you want to upload.
Click on Transform Map to map the fields in the data source to the fields in the target table.
Create a new Transform Map or use an existing one to map the fields.
Click on Submit to start the import.
Once the import is complete, you should see the attachments in the target table. Note that the maximum file size for attachments is 100MB in ServiceNow, so make sure that your files do not exceed this limit.
You can also refer below article-links:
Bulk Loading Attachments to ServiceNow With PowerShell
Loading data from an email attachment
If my response was helpful in resolving the issue, please consider accepting it as a solution by clicking on the ✅Accept solution button and giving it a thumbs up 👍. This will benefit others who may have a similar question in the future.
Thank you!
Ratnakar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 10:17 PM
how will the attachment from excel get added to the source table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 11:01 PM
Hi,
Yes, you can upload attachments in bulk into a ServiceNow table using the Data Import functionality. Here are the steps: Create a new data source by navigating to System Import Sets > Data Sources and clicking on New. Fill in the necessary details such as Name, Table Name, and File Extension.