Hello, I’m having trouble returning data from Airtable. I have already looked for this problem in all block communities.
Problem: I requested all Rows from airtable and treated the raw data;
raw data: [{"id":"30","fields":{"Foto":"test.png","ID":"1","Preço":23,"Estrelas":5,"Nome":"Delicious_Pizza_Bacon","Tempo":"16"},"createdTime":"2020-04-23T14:15:16.000Z"}]
processed data: ((id 30) (Foto test.png) (ID 1) (Preço 23) (Estrelas 5) (Nome Delicious_Pizza_Bacon) (Tempo 16) (createdTime 2020-04-23T14 15 16.000Z))
I organized the data in pairs. Ex: (image img.jpg), but I can’t search for pairs using the component:
Does anyone know where I’m going wrong?
This is really it, how can I turn this string into a list? I thought that just respecting the parenthesis symbol ((item 1) (item2 2)) would make it a list of lists