Hello, I am trying to build an url in http connector using the following expression:
http://example.com/name=${input_name}
that gives me an invalid url like this:
http://example.com/name="name"
How can I get rid of Quoting around the name?
Thanks!