how to add condition in notification

suresh101
Tera Contributor

there is one requirement if assignment group is XYZ then notification will not trigger, there is one OOTB notification called 'Problem Closed inform Opener', in this notification in when to send section , send when condition is triggered like below, how can I add condition in particular notification

suresh101_0-1702529135036.png

 

16 REPLIES 16

Pradnyesh
Kilo Sage

Pradnyesh_0-1702532052738.png

Make a flow as per above and add your notification in send a notification action.

Hi @Pradnyesh

which flow designer is triggering to this notification 'Problem Closed inform Opener'?

 

What do you mean by this? Whenever any incident is created or updated, this flow will trigger as per the trigger condition. It'll send the specific notification mentioned in the Send Notification action in flow designer.

Hi @Dibyaratnam 

in this notification 'Problem Closed inform Opener', I need to add condition like if assignment group is not xyz

In the notification you won't be able to make change unless you change the when to send condition. But what you can do is , trigger this notification only when Assignment group is not XYZ by adding If logic in flow designer actions. check the screenshot.

 

In if block I have added, assignmentgroup.name is not XYZ, then I have added send notification

Screenshot 2023-12-14 at 12.00.07 PM.pngScreenshot 2023-12-14 at 12.00.15 PM.png

Please mark my answer as correct if it helps.