How to use airtable data in tableview 4.0v

Hi hello
I have blocks like this

Result is this

Please Help

Hi dear,

I believe the issue is the same as in the last post you opened.
In the extension you’re using, TableView.DataString must be a CSV text, just like in the example I made.

A1,B1,C1,D1,E1,F1,G1\n
A2,B2,C2,D2,E2,F2,62\n
A3,B3,C3,D3,E3,F3,G3\n
A4,B4,C4,D4,E4,F4,G4\n
A5,B5,C5,D5,E5,F5,G5\n

Instead of requesting each column, can’t you retrieve the entire table in CSV format?

Very poor image quality. Post clear images in enough quality. Do not merge images or combine

What type design you are expecting?

Can you try? It’s better to get everything in a single call rather than requesting each column and then merging the data.

I’m saying this for your sake :grin:

This solves your problem,

but I ask you to consider what was said above.

please could you explain with the blocks please

Sure,
but I’d like you to show me what you get as a response when executing a getAllRows.

all values

hi hello
please could help with this

where should i use first block initialize

inside this function

In JSONdecode, instead of the text string, put what you get in the responseContent from getAllRows.

I used like this


got result

Perfect :partying_face:,
now you just need to set TableView.DataString with that data.

Got this error message

and Result is

Good, so all the cells are generated correctly.
I just see some extra quotation marks because they’re added by list to csv table.
Here’s the updated version that avoids this issue.


Since the cells in the header aren’t the same size as those in the table, the problem could be with the clock, but the simplest troubleshooting method is to disable the blocks and enable them one by one until the error reappears.