
Hi, I trying to compare two check in workflow, and I am confused about the "is less than", "is less than or equal to", "on or before". Let's say I have date A, and date B, and I need check the A is before B within 2 months.
It is like this: "10/28 -date A-12/28". which one should I use?
*This post is locked for comments
I have the same question (0)You would need two check condition there. "Date A is On or After" And then "Date A is On or Before". Those are unique to date fields, but it will get you what you want.