Hi,
I'm quite new into the flow building topic, and trying to build something that will check multiple dates in csv file, compare that with current date. If the dates are equal -> start the process of generating new file based pbi dataset output.


all is working perfectly as expected when i have only one date in my source file, but the problem appears once passing more than one value. I guess im missing something like split and for each check but have no idea how to implement that.
thats my current output in dates from excel source

compering that to current date in same format:

and it looks like this in condition checker(dates from excel vs current date) outputs:

So my question is how can i compare values from my 'dates from excel' output as separate entries vs current date one by one
Thanks in advance for any advice