Hello everybody,
I made this app with thunkable without problems except that the data taken from the airtable database load very slowly in a specific screen: Scrren4 lista e scheda.
The procedure I use to upload data from airtable is this:
screen 0 Caricamento: get all row and set listabeni, listaguide and listanegozi to empty list, then fill the list with filtered data based on condition.
in each screen (to do, guide) filter the elements according to the conditions, show them in lisview and, when item is cliked, show the row.
It works perfectly and quickly but in the “list and tab” screen the same procedure works slowly.
Can you tell me why and how to modify to speed it up?
Thanks