How to increment a token
Is there a way to have a token field and then have another token that's +30 days from the previous token field? For example, I have this situation in an email:
Your membership expired on {{lead.Membership End Date:default=end date}}; however, if you renew before <<GracePeriodEndDate>> we'll be happy to extend your USD renewal rate.
The "Grace Period End Date" is 30 days after the lead: membership end date. Is there a way to create a token for Grace Period End Date that is 30 days after the lead: membership end date?
Thank you