I have implemented a custom code block that pulls data from an another dynamic block. The dynamic block that acts as data source receives its data from one of my Airtable base. The problem is when data gets an update on Airtable we must refresh the page to see that update on dynamic block and therefore on custom code block. We want to see updated version of data instantly without a delay. Any suggestions or thoughts ?
You can add a change listener attached to the source block. It can trigger a callback whenever the data is updated.