Variable inside query string resolve automatically

Hi Team,

We are getting Query string from Katalon Internal data source. for example query like
select column2 from table where column1 = β€˜value1’
In above string, how to resolve the value automatically.

inside the script we have String variable named value1

tried below options and didnt work.
${value1}
β€œ+value1+”

Any help would be really appreciate, even thought its a small issue :slight_smile:

Currently we are doing string replacement, there was a query needs 20 string to be replaced.

Thanks
Udaya