Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Notification not trigerring via flow designer

kartikey
Tera Contributor

Hi Everyone,

I created a notification on the parent sn_hr_core_case table whose send when is set to 'triggered' , i have created a flow designer as well on the sn_hr_core_case table and in advance options set to run the flow on current and extended table.
But when i'm following the start conditions for any child table e.g. payroll case , it is not triggering the notification, but when i test the flow designer via 'test' button available on flow designer, i can see at that time the notification triggering (checked in the email logs i.e. sys_email.list)

kartikey_0-1751266633761.png
does anyone know how i can make that happen? as i do not wish to create multiple flow designers and multiple notifications on each table.

 

10 REPLIES 10

J Siva
Kilo Patron
Kilo Patron

Hi @kartikey 
It's the expected behavior/limitation.
You must have individual notification records for each COE (Child table).

Regards,
Siva

kartikey
Tera Contributor

then i need to create flow designer for all the child tables as well?

@kartikey Creating separate notifications and triggering them from a single flow based on the table name should work as expected..

GlideFather
Tera Patron

Hi @kartikey
do you trigger the conditions properly?

_____
This reply is 100 % GlideFather and 0 % AI

Hi @GlideFather  , yes i triggered them properly.