I have 3 email tasks in a workflow which are sent at 3 different times relative to the submission date, X. The emails include a link to a second survey which must be taken within 3 weeks from the original submission (X+3wk).
Task 1:
- Sends immediately, on day X.
- Includes a link to survey 2. ‘Please complete this survey within the next 3 weeks, by X+3wks.’
Task 2:
- Sends 1 week after submission (X+1wk).
- Includes a link to survey 2. ‘Reminder: Please complete this survey within the next 2 weeks, by X+3wks.’
Task 3:
- Send 2 weeks after submission (X+2wk).
- Includes a link to a survey 2. ‘Final reminder: Please complete this survey within the next week, by X+3wks.’
My question is whether my piped text dates for 3 weeks, 2 weeks, and 1 week out should be relative to the submission date, X (when the workflow is initially activated), or relative to the email task execution date, e.g., X+1wk. For example, to get the proper X+3wk date in Task 2, should I use ${date://OtherDate/PT/%2B3%20week} or ${date://OtherDate/PT/%2B2%20week}?
