appsmith
appsmith copied to clipboard
[Bug]-[Infinity]:Smart Substitution parses formatted string texts incorrectly.
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
When a query with smart substitution turned on is sent for execution with a binding of nature "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
- 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}}"
- Run the query
Public Sample App
No response
Version
1.8.3
Affects REST API users, 6m REST API usage : 5000
Stats
Stat | Values |
---|---|
Reach | 5000 |
Effort (months) | < |
@sondermanish can you please figure out what the estimate for this is.