I am trying to filter a sharepoint list. But i can not figure out why it wont work.
I can not get the filter to work.
I have a sharepoint list (calendar) that i want to take data from and post in Teams.
But i always get the full list and my filter never works.
My filter works if i create a view in sharepoint. But it does not work when using the view option in flow.
My filter should be: all dates in column ENDDATE that are greater than todays date
Anyone able to help!
Here is my flow:
I always get my full list and not the result i want from my filter.
My filter should be all dates in column ENDDATE that are greater than todays date
Solved! Go to Solution.
@Oskarkuus Try ENDDATE ge '@{utcNow()}' in the odata query for your get items action
@Oskarkuus Try ENDDATE ge '@{utcNow()}' in the odata query for your get items action
I have a flow.