When a query with smart substitution turned on is sent for execution with a binding of nature "sometext{{bindedVariable}}", it evaluates to "sometext""" and hence throws error.
I.e: var a = "world" and the query looks like "Hello {{a}}" it evaluates to "Hello "World"" and the query fails to execute.
Steps To Reproduce
Create a datasource
Create an API/query for the above
Turn the Smart Substitution on from settings page of the query
Add a binding of the pattern: "sometext{{bindedVariable}}"
Is there an existing issue for this?
Description
When a query with smart substitution turned on is sent for execution with a binding of nature"" and hence throws error.
"sometext{{bindedVariable}}"
, it evaluates to "sometext"I.e:
var a = "world"
and the query looks like"Hello {{a}}"
it evaluates to"Hello "World""
and the query fails to execute.Steps To Reproduce
"sometext{{bindedVariable}}"
Public Sample App
No response
Version
1.8.3