Hi,
I'm building a survey with lots of 'Actions', and in these 'Actions', I have retake survey links, e.g., ''https://.....qualtrics.com.....SV_xxxxxxxxx?Q_R=${e://Field/ResponseID}&Q_R_DEL=1''.
The problem is, whenever I want to update the above links in these 'Actions' (like copy the survey project), I'll have to update every link manually, which may cause mistakes if I missed one of them.
Is there a way to have a piped text of survey ID/link/URL? Just like the "${e://Field/ResponseID}" part so I don't need to update every link?
Would be really nice to have something like "${l://SurveyURL}?Q_R=${e://Field/ResponseID}&Q_R_DEL=1'', but "${l://SurveyURL}" only works for survey distribution not for 'Action'. Also, "${l://SurveyURL}" will produce something like "...../SV_xxxxxx?Q_DL=xxxxxxxxxxx=email", and I only need the part before "?Q_DL....".
Many thanks.
Page 1 / 1
Hi @qingli,
what about having your URL stored in one embedded field, so you'll have to modify it just once and then creating all your links using this embedded field?
!
what about having your URL stored in one embedded field, so you'll have to modify it just once and then creating all your links using this embedded field?
!
Hi fleb, thanks a lot! Genius!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.