How to store airtable data in tiny db

Sorry for I’m asking this question but I don’t understand how to store airtable data in tinydb ,
I mean I’m opening my app so data load to airtable and store it in tinydb if next time I’m opening my app so data load in tinydb , actually airtable data loading time is very minets so please help me

Very simple
In screen initialize call tiny db data to check it is having data or not.
If no data call airtable to get all row

When airtable got all row save it in a global variable list then store the main list in tinydb.

So everytime when screen initialize airtable won’t load.

Update:
I am using the below block in my app and working fine till now.

1 Like

This post was flagged by the community and is temporarily hidden.

1 Like

Us dynamic components extension

Search in community. Do not spam the topic. Either search or create your own topic

I’m using collintree list view or other screen dynamic components extension list view so how to apply this method in collintree list view or dynamic company extension ?

you have to make changes only in Procedure block only. Other are similar

image

or
image

simple

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.