How to send an email reminder based on a date specified in the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2020 11:54 PM
Hi Team,
I have an requirement to send an email notification to a set of Id's based on that date that i select in "Remind me on" field.
Any idea how i can achieve this one? I have heard that i need to create an event and create a notification alert. I'm very new to servicenow and this requirement. Trying to learn this by practice. Can you please help with any links/concepts that i can refer to get this achieved. If you know the solution can you please post it so that i can refer.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2020 11:44 PM
Hi Ashutosh,
Can you please help me your Target record and Target table screenshot in the Flow designer. Which field from the table are you using as a target record?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2020 12:19 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2020 12:20 AM
HI,
My target table was alm_asset and record was pulled from for step.
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2020 02:29 AM
You can trigger on different way :
first is via event register which called by workflow
second via event call via business rule (current time with that remind time ...if match it will trigger the notification )
third call via flow designer
Below the noticiation : You can select table under that When to send >Send When - on different operation
Below that :
Advance you can check via if condition current time with that remind time ...if match it will trigger the notification .