Since this is such a common use case, I believe there has to be a better way to accomplish this.
I’m building out an Executive Business Review CTA. We want the CTA to trigger 6 months from the original customer date and then continue every 6 months thereafter. The logic I have in place looks like:
6 months after Customer date
OR 12 months after Customer date
OR 18 months after Customer date
and so on
I see this setup as inefficient since more OR arguments will have to be added as our customers become more mature. Would love ideas on how to restructure the logic in a better way!