- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2023 11:56 PM - edited 05-31-2023 02:28 AM
Hi,
I'm working on inbound action wherein I need to set the condition that the email should contains example.com
Has anyone had any luck with this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 01:03 AM
Hi @sailor_moon ,
You can use this condition:
email.from.indexOf("example.com") > -1
If my answer has helped with your question, please mark it as correct and helpful
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 01:03 AM
Hi @sailor_moon ,
You can use this condition:
email.from.indexOf("example.com") > -1
If my answer has helped with your question, please mark it as correct and helpful
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 02:29 AM
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2023 01:13 AM
Hi @sailor_moon ,
You can go through https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0867711, link.
And in the action part, you can give the condition.
Eg: