Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 10:22 PM
Hi ,
Could you please help with inbound action if user is not in user table?
I have inbound action that would like to process if coming from certain email address.
I put in condition the below condition but it keeps skipping the rule.
email.direct.toLowerCase().indexOf('user@domain.com.au') != -1;
Solved! Go to Solution.
Labels:
- Labels:
-
User Experience and Design
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 10:28 PM
Hi,
Try this condition in condition field.
email.origemail.indexOf("user@domain.com.au") != -1
Thanks!
Sagar Pagar
The world works with ServiceNow
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 10:28 PM
Hi,
Try this condition in condition field.
email.origemail.indexOf("user@domain.com.au") != -1
Thanks!
Sagar Pagar
The world works with ServiceNow