Hi all,
I’m just stuck for a very long time with this issue. I have an api GET on server-side. The api returns key-value pairs where some of the keys (variables) have spaces, like this.
On client-side,
- when I bind a variable that has no space in its name, the value is showing up correctly, like this.
- but, when I bind a variable that has a space in its name, the value is not showing up, instead the variable name is getting displayed! Ideally the value 96175 must be displayed as Order ID.
I notice that wappler encloses such variables within single quotes & square brackets.
I tried renaming the variables on server-side in the schema. But, when I try binding the renamed variable, no value but this time, not showing the variable name also!
Is this a bug, may be? Any help will be greatly appreciated! Thanks!
Community Page
Last updated:
Last updated: