Activity Stream not created
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi,
When I update a field through an After Update Business Rule, the changed value is not appearing in the activity stream.
However, when I update the same field manually, the change is reflected in the activity stream as expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
is your workflow using setWorkflow(false) while updating?
if yes then that change won't be audited and hence won't come to activity stream
💡 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 || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hello @armanoj ,
as you mentioned you are using after business and updating field , so might you are using setWorkflow(false) to avoid loop . So it can be reason that why your activity stream not getting updated.

