We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Flow designer send notification action not display notifcaions options

Tal5
Giga Guru

Hello,

I am looking to add a notification sending action to my flow.

The notification I created is under the sn_hr_core_case table.

I selected sn_hr_core_case in the table field, but when I try to access the notification selection field, the notifications do not appear under the specified table.

Has anyone experienced this issue before and can offer assistance?

 

Tal5_1-1733822662683.png

 

 

 

1 ACCEPTED SOLUTION

Bhavya11
Kilo Patron

Hi @Tal5 ,

 

I think your notification is running on insert or update action? I would advise change it to trigger and then select the notification in flow using same action send Notification , then you able to see notification.

 

Thanks,

BK

If this information proves useful, kindly mark it as helpful or accepted solution.

Thanks,
BK

View solution in original post

2 REPLIES 2

Bhavya11
Kilo Patron

Hi @Tal5 ,

 

I think your notification is running on insert or update action? I would advise change it to trigger and then select the notification in flow using same action send Notification , then you able to see notification.

 

Thanks,

BK

If this information proves useful, kindly mark it as helpful or accepted solution.

Thanks,
BK

@Bhavya11 

Thank you very much, this solved the problem.