Date difference to catch typos

Hi

I want to compare two dates (day and month only) and flag if they differ by one day, or one month only. This is mainly to catch typos

I.e 01/02 should be “matched” with 01/03, 01/01, 02/02

I cannot use a % match on figures as 01/09 should match 01/10, and 19/03 should match 20/03

Any help at all would be appreciated

Thanks

Hi @rwoodburn,

You can refer the following post Difference between two dates

Thank you
VJ

hi @rwoodburn
Please find the attached xaml hope it will solve your issue.

Sequence.xaml (7.2 KB)