How Can I Get More than 6 Column From Airtable ?!

I tried more than one way
Get Column & Get All Row
But only 5 columns are called?
I have it in Airtable base
13 columns, the cells are not empty and the column names are correct ___ The question is, is this because airtable does not allow it in the free version, or is there a way??


Hi dear,

Welcome to the Kodular community!

There are no limits on the columns, if it’s not a problem, I’d suggest using the Airtable APIs.
If you specify fields[]=ColumnName in the request, you can concatenate multiple fields and retrieve only those.

In this example, I’m requesting the title and description columns from a table called Table1.

Yes. You can get 100 records at a time. If possible you can try this extension instead of default spreadhseet component.

2 Likes

Thanks for your support

1 Like

Thanks for your support :+1:

Thanks Now , I can get all data from airtable in lists , and show any data i want :heart:

1 Like