It’s crashing even if 32 Items
As I said without seeing anyblocks we can not tell what might cause the problem. See for example… airtable as database 1200 rows, 5 columns … no crash
Can I see your blocks?
if possible have a look at it
I mean is how to get the airtable data using this Recycler List View
Get all rows. Response is in json, use web component and dictionary blocks to get columns
I don’t understand, do you mind teaching it to me?
I looked up for the blocks and I don’t understand it no matter how hard I try
Forgot to show the block, When the Screen Initialized, I call Spreadsheet 1. Get Column, Column Name: Title, and Max Record: 1200
How am I able to get larger items in 3 seperated Columns “Title”, “ID”, and “Date”? because if I will use the common method, it lags and crashes the app
Try this way, create another global variable for example thumbnails to create and empty list. Before creating list view with images for each item in list global id, add items to global thumbnails using call get thumbnail from videoID where videoId is get item. Once that list is created then create List View with Image and get images from global thumbnails
Ill try this one
Is this Correct?
it gives an error
"Select list item: List index too large"
Select list item: Attempt to get item number 1 of a list of length 0:[]
Your list is empty, did you get data from airtable ?
Use Do it on all global lists to see if they are empty or not