Notification not trigerring via flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2025 11:59 PM
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)
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 12:16 AM
Hi @kartikey
It's the expected behavior/limitation.
You must have individual notification records for each COE (Child table).
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 12:24 AM
then i need to create flow designer for all the child tables as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 12:34 AM
@kartikey Creating separate notifications and triggering them from a single flow based on the table name should work as expected..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 12:19 AM
Hi @kartikey,
do you trigger the conditions properly?
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 12:25 AM
Hi @GlideFather , yes i triggered them properly.