Hello everyone,
I hope you’re all doing well. I have a question regarding how data is retrieved from Airtable in Thunkable.
My app is performing very well, and I’m currently working on reducing the number of API calls to Airtable as much as possible.
However, I’ve noticed that when using certain blocks (like the one shown), the value returned is not always the most up-to-date. This makes me wonder whether Thunkable caches the Airtable data when the app starts, instead of making a fresh API call every time.

So my question is:
Does this block trigger a new API call to Airtable each time it is used, or does it retrieve data from a locally cached version (possibly managed by Thunkable) that was previously fetched?
I hope my question is clear. I look forward to your feedback.
Thanks,
Maurizio