- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2020 02:32 AM
Hi there,
Is there a way of creating a record in a custom table when the recipient(s) to the inbound email are "****@******.com"?
I have been reviewing the ServiceNow Docs and community but can't find a way to do this.
I have created a new inbound email action called "Inbound Email Lookup - DPU" but this still generates an Incident and not a record in the chosen table.
Thanks for your help.
Andrew
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2020 02:39 AM
Hi Andrew,
You're on the right tracks with an inbound action however it sounds like you've not set the order of your new action and therefore the OOB create incident action is being used.
Set the execution order lower than 100 (e.g 70) so it processed your action prior to the incident one. Also ensure you have checked 'stop processing'
If my reply helped with your issue please mark helpful 👍 and correct if your issue is now resolved. ✅
By doing so you help other community members find resolved questions which may relate to an issue they're having.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2020 05:50 AM
That simple ay......
I'll give this a shot shortly and get back to you. Cheers for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2020 05:13 AM
Hi Andrew,
May be the "Stop Processing" checkbox is checked in create incident record in inbound action which is restricting your record to create or check for the order . As for testing purpose just try to make the Create Incident inbound action Inactive
Stop processing | Select this check box to prevent the system from running additional inbound email actions after this action runs. |
Order | Enter a number that specifies when this inbound action runs relative to other inbound actions that use the same target table. The instance processes the action with the lowest order number first. |
Regards,
Subhojit