Hi @Anonymous ,
I recommend that you use utcNow('yyyy-MM-dd') because the utcNow() output is Date and Time, which contains time.
The value of the field you are comparing seems to contain only the date, and the format is yyyy-MM-dd, so you need to format utcNow() into a consistent format.
In addition, you could use Compose above on the Condition to output the value of the Date field and the value of utcNow('yyyy-MM-dd') to see if their actual values are equal.
Hope it makes sense.
Best Regards,