- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 03:09 AM
Hi all,
I have created an Inbound Email Flow (Screenshots below, Trigger Step, Action Step and the Overall Flow)
As you can see the flow is active
When emails are received (inbound received emails screenshot) the incident record is not being produced
the condition for the inbound email is - New and Subject contains "Test" as you can see the email fits the criteria
Any idea what is going wrong?
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 03:19 AM
Your emails don't comply to your trigger. Your trigger says 'Test' while one email says 'test' and the other 'TEST'. The subject field checks case sensitive. So you either need to apply all versions of 'Test' as 'subject contains' set a BR on the email table to set everything to lower/upper case to get this working.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 03:25 AM
Hi @Adil N ,
You will need to be specific while setting the trigger condition, it is case sensitive.
so the condition has to match exactly for a record to be created in the incident table.
Your Action looks good but trigger is not meeting your condition for incident ceration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 03:15 AM
Hi @Adil N
Trying in PDi? Have you set up the email account?
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 03:30 AM
Was using my test instance not PDI
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 03:19 AM
Your emails don't comply to your trigger. Your trigger says 'Test' while one email says 'test' and the other 'TEST'. The subject field checks case sensitive. So you either need to apply all versions of 'Test' as 'subject contains' set a BR on the email table to set everything to lower/upper case to get this working.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 03:29 AM