Problem with substitution variables(ampersand)

Hello, i have a problem with ampersand substitution, i geting double escape &.
Variable: “blabala&blablabla”
Template: apikey = “#{variable}”
Result: apikey = “blabala&blablabla”

How i can resolve this problem?

p.s. this substitution in iis deploy step.

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