I am trying to figure out why my conditional equates to false for both items that get returned despite them being equal.
My conditional is as follows
formatDateTime(items('Apply_to_each')?['DueDateCalculated'],'yyyy-MM-dd') is equal to
formatDateTime(addDays(utcNow(),54),'yyyy-MM-dd')
As you can see in the picture attached the values are equal and in the correct format but it results in a false. I am out of ideas other than setting those both to variables.