Unable to select "sys_journal_field" table in Lookup Record action in Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
I'm Unable to select "sys_journal_field" table in Lookup Record action in Flow Designer, is it expected behaviour? If so then what is the alternative? here I don't want to use Business rule.
Requirment is... whenever
Additional comment changes AND
additonal comment Added is False
Then
I want to check whether comment updated person is part of assignment group or not.
if person is part of assignment group then set the FLAG to true.
If I implement AFTER BR, then it enters into recersive operation, so I want to use Flow desinger.. but FD is not allowing me to select Journal entry table.. (Also, alternative I don't waant to call script include in BR to avoid current.update)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
yes that system table can't be selected in Flow by default.
Once you add that table in this property (glide.ui.permitted_tables) it will start showing
Why not have Flow on record update on your table and check that details?
Also it should not go in loop if your make it as Before Update BR
💡 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

