Announcements
Why this matters: Your date comparison will be calculated from this timestamp. If your SharePoint date is interpreted in UTC, we’ll handle that in the filter.
You have two robust options. Pick the one that matches your SharePoint column configuration.
Use equals with yyyy-MM-dd:
yyyy-MM-dd
DueDate eq 'formatDateTime(utcNow(), 'yyyy-MM-dd')'
DueDate
Use a start-of-day to next-day range in UTC:
DueDate ge datetime'formatDateTime(utcNow(), 'yyyy-MM-ddT00:00:00Z')' and DueDate lt datetime'formatDateTime(addDays(utcNow(), 1), 'yyyy-MM-ddT00:00:00Z')'
00:00Z
Add Apply to each
value
Inside the loop, add Start and wait for an approval (or Create an approval + Wait for an approval)
Approval for items('Apply_to_each')?['Title']
items('Apply_to_each')?['Approver']?['Email']
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 377
11manish 279
David_MA 234 Super User 2026 Season 1