Is there anyway in the survey flow web service panel to change the url based on an embedded field (i.e. *.qualtrics.com/API/v3/mailinglist/MYMAILINGLISTID/contacts/${e://Field/CONTACTID})?
I've tried passing it in the header, query parameters hoping I was just missing something without success.
Page 1 / 1
Yes, you can pipe an embedded field into a web service url. However, your url has three possible issues:
1. The embedded variable Contact ID is ${e://Field/RecipientID}
2. *.qualtrics.com has to be something like https://yourdatacenter.qualtrics.com
3. MYMAILINGLISTID has to be an actual mailing list id or be piped (${e://Field/PanelID} for the recipient's mailing list)
1. The embedded variable Contact ID is ${e://Field/RecipientID}
2. *.qualtrics.com has to be something like https://yourdatacenter.qualtrics.com
3. MYMAILINGLISTID has to be an actual mailing list id or be piped (${e://Field/PanelID} for the recipient's mailing list)
@TomG thank you! I was doing it correctly. The field wasn't populating to the variable when I was testing the web service. When I previewed the survey it was working fine.
DELETE duplicate post
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.