I’m trying to create a survey that will stand in place of a two-person approval process. When one person finishes one block of the survey, it triggers an email to the next person who has to complete a second block (embedded data and a branch in the survey flow). That email will include a link back to the survey.
I’m sure I’ll run into plenty of problems with this, if it’s even possible, but the big problem for now is that the fields
- ${l://SurveyLink?d=Take%20the%20survey}, and
- ${l://SurveyURL}
both pipe nothing. They are blank. The field ${l://SurveySessionID} returns a value, but the above two don’t. This happens whether I publish the survey or run it in preview.
What might I be doing wrong?