Hi! I'm facing an issue using an API response in FlutterFlow.
The API I'm working with returns a valid and well-structured JSON. When I check the response using Raw Body Text, everything looks correct — with quotes and proper JSON formatting.
However, when I configure a list view using the Generating Children from Variable option and choose the JSON Body of the API (with no further changes), I notice that the items are already shown without quotes.
Since I need to generate a dynamic list from this JSON, I can't access individual fields using JSON Path — for example, $.Marca, $.Preco, and so on — which prevents me from displaying the correct data in the UI.
Has anyone faced this before? Is there a way to use the JSON Body while preserving the original structure (with quotes), so I can access each field using JSON Path?
Here is how this api response looks like:
Here is a text widget with the api response when I select Json Body