Hi,
I have created a flow where it will list rows from excel table, select columns 'LoggedinDate' & 'DeveloperName'.
Next, I have used compose, where I used 'union' function so that I get only unique rows. Now, from the output of this compose data operation, I want to filter out 'LoggedinDate' property value which equals to Current date in format mm/dd/yyyy, and print the html table for that date only - pls see red highlighted box. I am not able to filter out this.
How do i use filter array, before html table operation, in this?
Kindly help.

