Hello everyone, I am using a Set Data Value extension and trying to pass a string which includes pipes, e.g, "AA | BB | CC" to an UDO through the inline JS code box. I have tried passing the whole string through text box but it didn't work. Searched on the site and found this - https://community.tealiumiq.com/t5/Tealium-iQ-Tag-Management/Using-quot-quot-in-JS-code-inline/m-p/5273#M106 so I have tried JS code with the follwing attempts - "AA" + "\|" + "BB" + "\|" + "CC" --> failed "AA | BB | CC" --> failed "AA \| BB \| CC" --> failed Does anyone know how I can make it work? Much appreaciated! Best, Qisi
... View more