I am really hoping someone can help me this because I am about to lose my ever loving mind after trying every variation I kind think of to make this work. I really don't understand why Microsoft makes working with dates such a PITA.
I have a sharepoint list with a date only column that apparently returns the format as yyyy-mm-dd from what I can see in the output.
In flow I am pulling the items from the list and then attempting to filter an array by that field. I simply want to filter anything that has today's date. That's it. I have been trying variations of formatdatetime and convertfromutc without getting a successful run. I thought formatdatetime would do it, but then it appears in UTC that it is still doing something funky because I get outputs like 2020-56-06 hence why I tried to use convertutc in conjunction with it. Any help would be greatly appreciated to keep my sanity. Thanks.