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

This is your issue, delete this two or all cells must be filled

6 Likes

Hi! Thanks for the guide I’ve set it up just fine, but now I need on button click to delete that particular row. How can I do this? I’ve tried setting up a:

On Click

Remove list : _______
Get position
Delete row: index : Get Position
List: ___________

I don’t know what to put as list, the list is a local variable and I can’t use it here.

I’ve tried making a global variable equal to the list but it just gives me empty list error on Click.

Any pointers please?

Thanks!!

How do I use one component to get all the lists? It’s like get cell? But now I don’t want to take a single one but I want to take all, but I don’t want to use too many components

Is there any way?

Now the tutorial is updated to get all the columns with only one component…

1 Like

can i please get an aia for this thank you in advance

There is a great tutorial in the first post. By following it you will learn a lot more than simply using an aia file.

i really dont have time to build can you please share aia, i would be highly obliged

No, sorry.

The charging process is much faster (even if minimal) than with Kodular’s dynamic components and the same can be done

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?