- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2025 10:58 PM
Hi Guys,
just want some help on this.
I was following this Auto load Excel spreadsheet using Email Inbound Action – The ServiceNow Expert
the only change that I made is:
basing the image below
current.format = "CSV"; // -----> since it was a csv attachment
However the problem is that the attachment from the inbound email that was received was not copied to the Data Source.
Can you help me?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 06:25 PM
Found the solution.
Turns out, we have conflicting OOTB Inbound Email Actions, that are by default set every email we received to the Incident Table.
To remove that, follow the solution given here:
Solved: I want to stop automatic create incidents from rec... - ServiceNow Community
After that, the guide that I followed will work since it automatically saves the attachment to the data source, no changes needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 11:15 AM
Hi @JhulsBSS ,
It seems you interchanged the 'importSetName' and 'importSetLabel' values wrongly.
Please try like this shown below instead if that works,
If this address your question, please don't forget to mark this response correct by clicking on Accept as Solution and/or Kudos.
You may mark this helpful as well if it helps you.
Thanks,
Animesh Das
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 04:40 PM
Upon testing your suggestion its getting worse
On this image above you see that on the lowest part is different, that is when I tried your suggestion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 06:25 PM
Found the solution.
Turns out, we have conflicting OOTB Inbound Email Actions, that are by default set every email we received to the Incident Table.
To remove that, follow the solution given here:
Solved: I want to stop automatic create incidents from rec... - ServiceNow Community
After that, the guide that I followed will work since it automatically saves the attachment to the data source, no changes needed.