I have to send notification to employee on their work anniversary.

niveditakumari
Mega Sage

Hi, 

 

I have to send notification to employee on their work anniversary. I have used flow designer and configured everything, I need condition to get employee work anniversary. I have one filed 'abc' which contain their date of joining. 

What condition should I add So that notification will get send on employee work anniversary date. 

Please find attached screenshot : 

niveditakumari_0-1734109820280.png 

 

Can you please help me with condition. 

 

Regards, 

Nivedita

 

 

 

7 REPLIES 7

Uncle Rob
Kilo Patron

Here's what I would do.
FIRST define the notification you want to send.  Make sure its Send When is set to TRIGGERED.

Now build the following flow.
TRIGGER:  Scheduled (Daily)
1 - Look Up Records (defined exactly like you did above)
2 - For Each of (1)
3 - Send Notification (Select the notification record you defined as triggered)

Since notifications are predicated on a record, and the Send Notification action sends a record with it, you're done!  No parameter filling.  No code.

If you want to see firing notifications directly from flow before you build, watch this video
https://youtu.be/FtOT4aDs7lo?si=BxoBSgl5RxMopD4x&t=323

Hi @Uncle Rob

 

I have configured notification already. I need condition for work anniversary. 

Can you please help me with condition that will send notification only when their anniversary complete, that condition should check their anniversary using 'abc' field. 

 

Regards, 

Nivedita

 

 

Wait... so what's the difference between Hire Date and this "abc" field?

Hi @Uncle Rob

 

Hire Date is date of joining abc is nothing. 

Can you please help me with condition. 

 

 

Regards, 

Nivedita