Email Not Showing in Activity Stream for Some Cases
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi All,
We are facing an issue with inbound emails creating Cases in ServiceNow.
When an email is received, a Case is created. For some Cases, the “Email received” entry is visible in the Activity Stream. For other Cases, the email is NOT visible in the Activity Stream. In some of the corresponding sys_email records, the Target field is empty. In other records, the Target is populated and the email appears correctly.
Expected Outcome
All received emails that create Cases should appear in the Activity Stream of the respective Case.
Additional info:
We are using custom Flows (Flow Designer) for inbound email processing.
Issue occurs in both Classic UI and Workspace.
Email type is “received”.
Some emails link correctly, some do not.
What could cause the Target field in sys_email to remain empty in certain scenarios?
When using Flow Designer for inbound email, is it mandatory to explicitly update the sys_email record with the Case sys_id?
Is there any OOB behavior difference between Inbound Email Actions and Flow-triggered processing that impacts Activity Stream visibility?
Any suggestions or best practices to ensure consistent Activity Stream updates would be greatly appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi @SNOW_22 ,
For those certain scenarios, you have to properly update the mapping (from email to target field) in your inbound flow.
If you share one of the scenarios with your code/configuration, We can help you more efficiently.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thank you for your answers @Ankur Bawiskar and @Tanushree Maiti . However, we are still facing a scenario where, even though the Target field is populated with the Case number, the email is not appearing in the Activity Stream.
In such cases, what additional checks should be performed?
Apart from verifying the Target field and confirming that the Activity Stream filters include Emails and Attachments, are there any other configurations or components within the Activity Stream that could cause emails to be missing?

