I have the following Sharepoint online list( data is sample); a user should get a notification email 10 days before the expired date of the issued driving permit.
I want to automate this using power automate. a user must get an email notification before 10 days of the "expireddate" date.
the email format will be something like this:
Hello firstname,
Your driving permit was issued on "issuedate" and will be expired on "exipreddate".
Kindly issue new one!
--------
firstname | lastname | userid | issuedate | expireddate | status | ||
Meaza | Hagos | meaza@mysite.com | meazaha | October 11,2020 | November 05,2023 | active | |
Helen | Mike | helenmike@mysite.com | helenm | April 20,2022 | October 15,2023 | Active | |
Petros | Haile | petrosh@mysite.com | petros | August 15,2023 | December 25,2023 | active | |
John | Gebre | johngebre@mysite.com | johngebre | July 28,2023 | October 30,2023 | active |
each user receives email only about his own information when the 10 days to go to expire.
how can I do this, any hints?
your help is appreciable!