web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / PA one email only to a...
Power Automate
Answered

PA one email only to all recipients when CAR due date

(1) ShareShare
ReportReport
Posted on by 22
Hi,
 
I have a sharepoint list to monitor audit findings (CAR) due date. It contains the audit details, CAR number, due date, To (company email recipients) and Cc (company email recipients).
 
How to create a Power Automate to automatic send ONLY one email 7days before CAR due date to all recipients listed in To and CC columns by row?
 
Looking forward for a solution from forum. Thank you.
 
Takoye
Sharepoint list.png
Categories:
I have the same question (0)
  • Verified answer
    Haque Profile Picture
    3,188 on at
    Hi @takoye,
     
    1. Trigger: Use the Recurrence trigger to run the flow daily (every day, specific time).
    2. Get Items: Add the Get items action to retrieve all rows from your SharePoint list.
    3. Filter Items by Due Date: Use a Filter array action to filter the items where the Due Date is exactly 7 days from the current date. Use an expression like: formatDateTime(addDays(utcNow(),7),'yyyy-MM-dd') to compare with the Due Date field (make sure to format the Due Date similarly).
    4. Apply to Each: Loop through the filtered items, the items those are candidates to receive emails.
    5. Shoot Email:  Inside the loop, add a Send an email (V2) action:
    • To: Use the "To" column value from the current item.
    • Cc: Use the "Cc" column value from the current item.
    • Subject: Something like "Reminder: CAR Due Date Approaching for CAR #[CAR Number]"
    • Body: Include audit details, CAR number, due date, and any other relevant info.
    1. Ensure Single Email per CAR:  Since the flow runs daily, to avoid duplicate emails, you can add a flag Yes/No or true/false column in your SharePoint list called "ReminderSent". After sending the email, update the sharepoint list item to set "ReminderSent" to Yes/True. Modify the filter to only include items where "ReminderSent" is No/False.
     
    Please let me know if this helps - please mark as answered and hit the like button if it resolves the issue.
     
  • takoye Profile Picture
    22 on at
    I tried flow iaw below chatgpt link but still cannot get it right. Appreciate assistance from this community.
     
     
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 840

#2
Valantis Profile Picture

Valantis 661

#3
Haque Profile Picture

Haque 589

Last 30 days Overall leaderboard