- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2020 07:34 AM
I created this inbound email action for an email forward to create an interaction. But when I do that it created an incident and an interaction on a forward of an email. I have also disabled the create incident (forward) . Can someone take a look at my script and see if I'm missing something?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2020 08:11 AM
OOB there exists other inbound on Incident table. For instance, Update Incident (BP), etc. Filter out all inbound for incident table & check.
Alternatively, for the inbound received mail you can go to System Logs >> Emails open the email that got incident created scroll to the bottom & look for related list. You will find all inbound actions which either would have skipped, processed. Look for the one that is processed & would require some change in when to run condition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2020 07:42 AM
There is also a 'Create Incident' inbound action, did you deactivate that?
Regards,
Thom

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2020 07:49 AM
Hi John,
It happens due to if you associated any table with interaction table the associated record appears in the Related Tasks related list for the interaction.
This might help you.
If my response helps you then kindly mark my answer helpful 👍and correct ✔.if any query 🤔 feel free to ask further.
Regards,
Ajim.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2020 07:54 AM
Hi John,
Can you try disabling the 'New' Incident inbound action as well once. Also, note Forward & New will always create new records. Also, make sure the conditions of When to run the inbound action differs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2020 08:00 AM
I notice once I change the execution order on my new inbound email action to 50 that fixed the issue. But it's weird that it created an incident on a forward even when it was inactive.