Announcements
Hi I would like to create a deadline field in SharePoint, but using PowerApps to set a default date of two weeks in PowerApps as I press submit button. The after that it should count down till last day and if the feedback has not been submitted within 1 week, 3 days and one day then it should power automate the process to send a reminder(s) using outlook. My challenge here is creating a count down date starting from two weeks.
Please help guys.
Hi @FanyaneMahlaba ,
Based on your description, it seems helpful to create a scheduled cloud flow.
I have made a test for your reference.
1. Here is my List.
2. Here is my Flow.
startOfDay(addDays(items('Apply_to_each')?['deadline'],-1))
startOfDay(addDays(items('Apply_to_each')?['deadline'],-3))
startOfDay(addDays(items('Apply_to_each')?['deadline'],-7))
empty(items('Apply_to_each')?['feedback'])
startOfDay(utcNow())
Best Regards,
Charlie Choi
Thank you this is very much helpful I will try it out.
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 400 Most Valuable Professional
11manish 141 Super User 2026 Season 2
MS.Ragavendar 109 Super User 2026 Season 2