How to Get data from Airtable and put it into a CardView

If you link an airtable table and sample it with dynamic components
Any change you make to the table, whether you delete a row, column or any content of any row, will be affected when you open the app or reload the data.

So you would only have to change the data in the table and not launch any update to the application for some minimal change or add new data.

I hope I understood your question and helped you!

1 Like

If my advice is useful to you (It has nothing to do with your problem just a block programming logic),

It is best to use a single airtable add-on and send each column with a switch, due to the limitations of airtables, of course if your account is free.
So you don’t make so many requests to airtable but you do it in one request

1 Like

NICE :slight_smile:

That’s a really helpful tip. Thank you ^^

Hi, is there a way in not showing the image in “CardView”, I mean in my case i dont need an image i just needed the title content and subtitles? I tried to leave them blank then it gives me error something abt the arguments.

Show your blocks to guess the problem blocks

I mean this one, the cardview extension well since im not using image i wanted to remove it or disable somehow to just to display only the 3 tag title,subtitle,content.

Please Check my AIA file not show Airtable data in my app.
help my pls

Simply move call CardView procedure from Screen initialize

to end of blocks when speadsheet.got column

Just a moment …

Great job :heart:
Can we improve this project by ‘adding posts’ function? Is this possible?