- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Community,
I created flow designer on Incident table. I add "Send Notification" action on the flow.
How can I show the notifications log on SOW activity stream
Thank you!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
Navigate to sys_properties.LIST
Search for glide.ui.incident_activity.fields property and make sure *Email* is in the list of fields
Navigate to sys_email.LIST
Make sure the "Type" field value on email notification is "sent" to show the email notifications on activity stream
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
If the email is sent from Incident record and you want to see that in Activity Stream, then this should happen OOTB. The notification is on "incident" table and you are checking the correct record then it should show.
Things to check
-> Only emails which are actually sent will be shown in Activity Stream i.e. State = Sent. In DEV email sending is disabled usually. It's enabled in TEST.
-> this system property "glide.ui.activity.email_roles" has roles and if your logged in user has either of those roles then they should see emails in activity log
Please check that
-> Is the emails added in activity stream -> Click Funnel icon -> Configure available fields -> See those 2 should be on right bucket
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
Navigate to sys_properties.LIST
Search for glide.ui.incident_activity.fields property and make sure *Email* is in the list of fields
Navigate to sys_email.LIST
Make sure the "Type" field value on email notification is "sent" to show the email notifications on activity stream
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thank you @Shruti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
If the email is sent from Incident record and you want to see that in Activity Stream, then this should happen OOTB. The notification is on "incident" table and you are checking the correct record then it should show.
Things to check
-> Only emails which are actually sent will be shown in Activity Stream i.e. State = Sent. In DEV email sending is disabled usually. It's enabled in TEST.
-> this system property "glide.ui.activity.email_roles" has roles and if your logged in user has either of those roles then they should see emails in activity log
Please check that
-> Is the emails added in activity stream -> Click Funnel icon -> Configure available fields -> See those 2 should be on right bucket
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
thank you @Ankur Bawiskar

