Variable values seem URL encoded

I have some sensitive values that got pushed which caused some difficulties. The values that got pushed had escaped characters such as ‘&’ as &-a-m-p-;. Unfortunately, when they got pushed this process did not appear to get reversed. How do I prevent this behavior? I want as much of a verbatim copy as I can get.

Hi Michael,

Thanks for getting in touch.

This is not the expected behaviour. Would it be possible to get some more information on the issue you are getting.
Could you please describe the method you are using to push the values? Is this via the command line or API? What do the original source values look like?
Would you also be able to also provide some example of how you are using the variables? Are they for variable substiution in an Xml or Json file, or in a script?
Also, a verbose task log with the variables included in it would be helpful.

Regards
Ben

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.