- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2022 09:18 AM
HI,
In demand module, we have a Follow up field which is Date type. When the state is set as "Awaiting" then Follow up date will be visible on the form. Then user will be picking up the follow up date.
Then, we have a flow designer to send the notification on follow up date to Assigned to user. If the assigned to is empty, then email notification should be triggred to Assignment group.
Issue is, email notification is not getting triggered. Please help me with this.
Please help me with the request above and do the needful.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2022 12:08 AM
Hi,
Something like this
1) flow triggers when Follow up field Changes and IS NOT EMPTY
Run trigger -> For each unique change
2) then use Wait for Duration flow logic
3) then use IF activity to check assigned to is empty or not and based on that include assigned to or group in Send email activity
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
‎03-21-2022 10:25 PM
I hope I have provided enough support and guidance and you can take it from here
If my response helped please mark it correct and close the thread so that it benefits future readers.
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
‎03-21-2022 03:44 AM
Hi Ankur,
Any update please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-21-2022 06:48 AM
Dude, did you even read his last reply?