Hello,
I am currently creating a flow, which is supposed to be run upon certain items from the list.
I can help my self with the condition, that does that, but then the flow has to process every single item in the list.
I was wondering if I can help my self using Filter Query in the step of Get items.
I have a column containing a date (Due_date) and I need to select only those items, where Due_date is lesser than Today.
So I have tried this: Due_date lt 'utcNow()'
Obviously it does not work, that's why I am here and wondering if it is even possible or if the filter options are limited.
Thanks in advance.
Marek