I have to send notification to employee on their work anniversary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 09:11 AM
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 :
Can you please help me with condition.
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 10:59 AM - edited 12-13-2024 11:04 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2024 05:01 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2024 05:19 AM
Wait... so what's the difference between Hire Date and this "abc" field?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2024 01:34 AM
Hi @Uncle Rob,
Hire Date is date of joining abc is nothing.
Can you please help me with condition.
Regards,
Nivedita