- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2022 03:51 AM
Hi Team,
Good Day.
Please help me for the below story.
We require to send a Birth Day Notification Email on the user’s Birthdate.
For Example, Your Birth Date is on 24 April 1996 so you get a Notification on 24 April.
You have to perform the task on the user Table.
IN user table one user is Abraham Lincoln and his B’day on the 12 February 1992 so he’ll get an email on the 12th Feb.
Also add the user as a vishnu and set a birthday as 10th August and send the mail.
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2022 03:57 AM
Hi,
so what have you started with and where are you stuck?
You can use flow designer for this with no scripting
regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2022 06:43 AM
Like this
Remember to Save and Activate the FLow
Flow triggers on start of the day
Give condition as this in Look Up Records
Birth date [IS] Today
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2022 06:43 AM
Like this
Remember to Save and Activate the FLow
Flow triggers on start of the day
Give condition as this in Look Up Records
Birth date [IS] Today
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2022 04:14 AM
last position updated feild is not there
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2022 04:17 AM
Hi,
That was just an example.
you need to use your field from your table
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2022 05:01 AM
ok thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 11:47 PM
This condition reads year also.
create a custom action and write script to read only month and date.(not sure how).