- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2022 03:04 AM
Hi All I need a help on the below requirement.
I have created a catalog item "maintenance request" and created one custom table called "Customer notifications". The Variables that are created on the catalog item like lob and customer if the values of this fields matches with the fields that are present in "Customer notifications",it has to check for the record that matches with this 2 fields and trigger the notification.
Here we are creating case with the same flow and then to trigger notification. here I was confused how to take a start.
Solved! Go to Solution.
- Labels:
-
Orchestration (ITOM)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2022 09:08 PM
Hi,
not possible
I am saying please invoke event from Flow like this and let email trigger based on linked event
Then in email script you can add CC or BCC
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2022 03:34 AM
Hi,
you can use lookup record and check on that custom table
You already have the variable values to check using Get Catalog Variables action
When you add filter condition on your custom table select the correct fields and value from the data pill of that variable
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2022 04:24 AM
Hi,
whether to send email or not based on matching record can be done in flow designer
for including users in CC or BCC you will have to use email script and notification
regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2022 08:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2022 09:08 PM
Hi,
not possible
I am saying please invoke event from Flow like this and let email trigger based on linked event
Then in email script you can add CC or BCC
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader