Hi Automate Community.
Can anyone possibly offer a suggestion as to why the following Date compare logic might have stopped working please?
A condition statement does a simple compare of a formatted date output from a compose to simply check whether it is within a number of days.
Here is the compose which produces an ISO 8601 formatted date value from an Excel spreadsheet date integer for the 1st check:
addDays('1899-12-30',int(items('Apply_to_each')?['Column10']),'yyyy-MM-dd')
Here is the condition compare:
This was working fine for a few months already but suddenly cannot seem to handle dates after Oct 30 2023.