
Essentially the flow runs daily and needs to check whether the PostProgrammeCompletionDate is equal to or older than 6 months (182 days).
This is what I have currently, however the glue doesn't appear to be sticking!
formatDateTime(item()?['PostProgrammeCompletionDate'], 'dd/MM/yyyy')
is less or equal to
lessOrEquals(formatDateTime(item()?['PostProgrammeCompletionDate'], 'dd/MM/yyyy'), formatDateTime(addToTime(utcNow(), -6, 'Month'), 'dd/MM/yyyy'))

Report
All responses (
Answers (