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 02:22 AM
did you set the Flow to configure as "Run as System User"?
Set it with that value and then test again
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:01 AM - edited ‎04-14-2025 03:01 AM
Hi Ankur ,
yes I did ran it as "Run as System user" still its not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2025 03:29 AM
Did you try creating a fresh flow and then activate it and see?
how are you testing it? are you creating records via script or manually in that table or via some API?
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:31 AM
@Ankur Bawiskar
I am using a scripted rest api which calls a subflow to create a record in the table.
(I am able to create a record but trigger is not working)