- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2024 01:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2024 05:23 AM
Hi @VidyaBR
The solution can be create the user with that DL and then put in condition like this
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
‎03-25-2024 09:00 AM - edited ‎03-25-2024 09:02 AM
Hi @VidyaBR - Do you see this message? For some reason, it is being removed.
Enter the following syntax in the 'condition' field of the email action:
email.from == 'youremail@domain.com'
R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2024 05:23 AM
Hi @VidyaBR
The solution can be create the user with that DL and then put in condition like this
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
‎03-25-2024 01:14 AM
Thanks! But we are not supposed to create users. How to do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2024 09:00 AM - edited ‎03-25-2024 09:02 AM
Hi @VidyaBR - Do you see this message? For some reason, it is being removed.
Enter the following syntax in the 'condition' field of the email action:
email.from == 'youremail@domain.com'
R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2024 09:35 AM
Hi @VidyaBR,
As per your email and question with regards to how to prevent an interactions record from being created, navigate to the inbound actions and set the inbound action against the 'interactions' table to Active = false.
Essentially, an inbound action, if set to active = true will run unless specific conditions or tables etc which we've outlined using the conditions field are set.
By either inactivating the inbound action, or setting an appropriate condition, an inbound action will not trigger.
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Helpful.
Thanks, Robbie