- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2022 10:02 AM
Hello community,
How to send birthday notification to user using flow designer.?
Thankyou
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2022 05:20 AM
Hello,
You are correct that it does return the year, but you can use GlideDate().getDayOfMonthNoTZ() and GlideDate.getMonthNoTZ() capabilities in a scripted action to remove the year and then compare the run start date to the user's birthday to achieve the functionality you're looking for.
Please mark my answer as correct/helpful if it has helped you.
Thanks,
Logan
--
LinkedIn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2022 10:06 AM
Hello,
Have your flow run daily, do a records lookup for users with Date of Birth is on Today, then loop over each in a for loop to send your notification from there.
Please mark my answer as correct/helpful if it has helped you.
Thanks,
Logan
--
LinkedIn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2022 10:14 AM
Hello, No it won't work bcaz on today condition checks the date, month and year. Not only date and month

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2022 10:23 AM
Hi,
What (birthday) data do you have available on the sys_user ?
Is the data stored in separate fields [u_birth_year] [u_birth_month] etc,
or in a combined one [u_birthday]?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2022 11:25 AM