Hi everyone,
I have a flow that's picking up items from a SharePoint list according to the date listed in the date column, in this case it'll be picking up any dates that are a day after the current date.
This is my current formula:
Don't use formatDateTime at all 😉
The date functions accept a format string.
convertFromUtc(addDays(utcNow(), 1), 'Eastern Standard Time', 'yyyy-MM-dd')
The brackets are positioned incorrectly in your expression.
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2