Hello -
Trying to filter an array for records with Promotion Start Date greater than today.
I figured a basic query would work but it does not. It likely requires date formatting and a UTC expression, but I cannot get the syntax correct for an advanced query either.
Any suggestions?
Example input to the filter:
Basic filter that does not work:
My failed attempt to write advanced query:
@equals({formatDateTime(item()?['Promotion Start Date'],'yyyy-MM-dd')},{formatDateTime(addDays(utcNow()+1,'yyyy-MM-dd'))})
Any guidance would be greatly appreciated!
Thanks, Chris