I want to send participants three follow-up emails. Follow-up emails are based on a data entered by participants within an on boarding survey via a form field with a validated date entry (e.g., what date is your procedure? mm/dd/yyyy).
I have captured this in survey flow as embedded data (e.g., procedure_date = answer) as I want to use this to set-up a workflow and send an automate e-mail to participants, but I'm hitting a snag. \
I was thinking I could immediately pass that variable into a new embedded variable (e.g., follow_up_1_day) doing something like this ${date://OtherDate procedure_date +1D}, but it’s not working. When I export the data the follow_up_1_day field is blank. I’ve also tried formatting it first (e.g., ${date://OtherDate q://QID361/ChoiceTextEntryValue/4 MDY}) I’ve also tried doing something like this within js. Any help is appreciated!