Hi there!
I just started to use Appsmith and I’ve been found it very useful.
However I observed my query responses’ data has been loaded on JS as plain strings, leaving for me the requirement to JSON-parse it every time I want to use it anywhere on the app.
Here an example using list component:
Might I missing any configuration?
On datasources’ settings I can only setup request authentication. And there isn’t any response parse setting on query configuration either.
I was wondering if there would be a way to do this parsing just once, right after receiving the query response
Thank you for your help!