Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to assign a quote escape character in assign variable

edited Dec 6, 2020 5:05PM in Integration 3 comments

Content

The Assign variable expression is "userName sw " + $page.variables.userNameTxt

In JSON, it says 

"parameters": {
            "$variables.filterQueryStr": {
              "source": "{{ \"userName sw \" + $page.variables.userNameTxt }}"
            }

It works if the userNameTxt is of Numeric, but if the userNameTxt is of String then it has got syntax error

From Postman, having the extra \" works but where as it does not work from VBCS

"filter : "username sw \"Test\"",

I have difficulty in concatenating variable with a static string with quotes. Please help on how to frame this expression in VBCS Assign variable

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!