'UploadedFileLink' format suddenly changed in triggered email

'UploadedFileLink' format suddenly changed in triggered email
Until recently, the following html code piped into the body of triggered email message worked just fine:
<a href="${q://QID78/UploadedFileLink}">LINK</a>
Recently, it stopped working and now, to work, it should be prepended with "https://wlu.ca1.qualtrics.com/" as follows
<a href="https://wlu.ca1.qualtrics.com/${q://QID78/UploadedFileLink}">LINK</a>
The new format appears as if "?format=urlencode" was applied, that is as if "${q://QID78/UploadedFileLink?format=urlencode}"
I am wondering if the change was made by Qualtrics?
I do not mind the new format and even find it more suitable, but do not like sudden changes mystery :-)
Best Answer
-
MaiaH Provo, UTModerator Moderator
Hi @Alex_WLU, we are currently in the process of deprecating triggers. Please feel free to review this Community post for more information!
You can otherwise accomplish displaying the uploaded file link using Actions, specifically Email Tasks. If you have any questions regarding how to implement this, please feel free to contact our Support Team via the Support Portal. :)
0
Answers
I don't think it is just your organization as this happened for me as well... partial links all of the sudden that would not work. Pre-pending the first part of the URL fixed the issue.
I did notice that when you make a trigger under Actions and include piped text for the URL (without adding the prepended bit), the URL seems to work fine.
I agree that it would be nice not to have surprises like this.
chriskl99
I did notice that when you make a trigger under Actions and include piped text for the URL (without adding the prepended bit), the URL seems to work fine.
So, it has suddenly changed in one place, but not in the other?
That seems to be the case.
What would be the right way of bringing the matter to Qualtrics support?