I've been trying to build a workflow that have several timeouts and sends a different email for each email. For instance, send email A 3 months before the contract end date. Send email B 1 month before contract end date etc. However, its sends all of the emails at one.
Heres my workflow essentially...
1) build hyperlink
2a) Wait condition where PROCESS - TIMEOUT = 3MonthsContract:ContractEndDate
2b) Send Email
3a) Wait condition where PROCESS - TIMEOUT = 1MonthsContract:ContractEndDate
3b) Send Email
Etc...
I've worked with similar workflows before but this one won't work properly for some reason.
So, I want a unique email sent to our Legal team based on the time before or after the Contract End Date. 3 different emails on 3 dates before the contract ends. 1 email after the contract ends.
EDIT: I cannot add an image yet but once Im able to I will. Can anyone describe how they would go about doing this?