Hi all,
I was trying to pass multi text set codes through url string using Q_EED Base64 format only the last option in the set gets populated when encoded using base 64.
If I use the below format to pass the data through string without encoding it work populating all in the variable TagExpType.
https://w5cx.qualtrics.comXXXXXXXXX?TagAge=32&TagShowDate=2023-03-21&TagCountry=US&Q_Lang=EN&TagCity=New York&CustomerID=abcd-1234-5678-vedr&TagExpType=Tock Perfect Pick 0&TagExpType=BTG Brut Rose&TagExpType=BTG 2018 Pinot Meunier&TagExpType=VC Patio Tasting
But if i use the encoded format (decoded shown below for reference) it only replaces the last code in TagExpType. In this case the “VC Patio Tasting” only.
https://w5cx.qualtrics.com/XXXXXXXXXXXXX?Q_EED={"TagAge":"32","TagShowDate":"2023-03-21","TagCountry":"US","Q_Lang":"EN","TagCity":"New York","CustomerID":"abcd-1234-5678-vedr","TagExpType":"Tock Perfect Pick 0","TagExpType":"BTG Brut Rose","TagExpType":"BTG 2018 Pinot Meunier","TagExpType":"VC Patio Tasting"}
Encoded format shown below.
Could you please help with the query.
Thank you,
Praveen