Read firebase thunkable

I have a database in Firebase that is a CSV, which I converted to JSON and imported.

I already managed to do the search by CNPJ, but when the data is returned, everything comes together, with “” and [{

How do I read the data, one by one, like this:

DS_STATUS_PEDIDO: Finished
NM_Customer: EMPRESA LTDA
QTY: 1
TP_SOLICITATION: SALES

the search block follows:

BD

1 Like

The response is a list with objects inside it.

I made the list, it’s almost right, now I need to remove the “” and the [{}] and it will be perfect

How do I do that??