Hi All,
I wanted to write query with value from inputstream but fetch the query from the configuration file/ json file which is stored in sldb instead of writing query directly in the snap
for example if consider this statement i am using inside the snap
it should evaluate to this query
SELECT * FROM app_0046_customervoice.rcur_bfo_ACCOUNT WHERE SEACCOUNTID__C IN (‘0001088191’,‘0021088450’));
do i have to escape any character as i am getting syntax error when i am am using it in expression/configuration file
input:
[
{
“SE_ACCOUNT_IDs”: “0001088191’,'0021088450”
}
]