Flow designer's trigger is not working once the record is created in the table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2025 02:12 AM
Hello ,
I am trying to work in flow designer where I have set a trigger condition as shown below :
when I am testing the flow it is working correctly but on activating the flow the trigger condition is not getting triggered.
The table being called here in the trigger has no BR but access role of snc_internal.
Can someone please help me with the same.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2025 03:33 AM
then ensure that Subflow is configured to Run as System User
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2025 03:35 AM
The subflow is already running as System user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2025 03:52 AM
Subflow is in which scope? main flow is in which scope as your table is in snc scope?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2025 03:28 AM
UPDATE!
The trigger is working correctly when we add a record on the table manually but when creating record using other subflow then even after creating a record on the table still the trigger condition is not working.