Re: Flow filter for Sharepoint list & blank date
Hi @Laura3 ,
Can you share your expression for the ProjectStatus.
For the expression you can try the following:
if(empty(outputs('EndDate')), 'Closed', if(greater(outputs('EndDate'), utcNow('yyyy-MM-dd')),'Open','Closed'))
EndDate should not contain the timestamp, only yyyy-MM-dd
Also, what happens if EndDate is equal to today?
Hope this helps.
Ellis
____________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.