Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Ampersand issue when building external URL with Parameters

kurtbell1
Giga Expert

Hi there,

I am building a content block that has table, one of the columns is an external URL with multiple parameters.     The issue I'm running into is that I think the Ampersand is a reserved character for the XML parser, but I need to include an ampersand as part of the URL.   If you see the below, the problem is with the "&" right before "formID".

Any other character will work, its just "&".     Unfortunately I need this character literally if I want to pass multiple parameters to the external site.

Any ideas for a workaround?

find_real_file.png

1 ACCEPTED SOLUTION

kurtbell1
Giga Expert

Using ${AMP} in the jelly script solved this.


View solution in original post

1 REPLY 1

kurtbell1
Giga Expert

Using ${AMP} in the jelly script solved this.