Is it possible to set a time-frequency for fetching the collection from Airtable and updating it?
2 Likes
No, there’s no current way to do that
1 Like
Do you want to do this as a background task? Or when a page is loaded in the browser?
Could you do this with a workflow on page load? Use the interval action with an iterator?
You could definitely do it with JS in a workflow if its not a background task.