Hi,
I want to filter an item created today. But I got an error that the expression is not valid.
Any help is appreciated! 🙂
Regards,
May
Hi,
It works! Thank you! 🙂
Hi @mayarnaldo
Please try this
The above expressions are
Hi @mayarnaldo
Try to formatDateTime expression to yyyy-MM-dd format. Also if you looking for todays date then you may need to look between yyyy-MM-dd 00:00 and yyyy-MM-dd 23:59.
Also you need to use single quotes around the expressions
formatDateTime(utcNow(), 'yyyy-MM-dd 00:00')
formatDateTime(utcNow(), 'yyyy-MM-dd 23:59')
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1