I have a text field in my survey and I want to use an Ampersand to separate a location (Corner of X & X) using a pass through from field maps, but I know ampersands are dedicated characters. I tried using & and < but to no avail. Would still only pass through the portion before the ampersand. Is it possible to have an ampersand as part of text being pass through?
Portion of pass through in question
&field:field_2=SW X Place & X Drive
How about inserting the ASCII character number for an ampersand?
chr(38)