Display external collections asynchronously

We are connecting an AWS database as an external collection. When I am displaying the contents of this database in a list, is there any way to update it in real time?
Also, is there a way to avoid leaving a cache when switching pages? (I thought that if realtime update is not possible, switching pages without leaving a cache would start the API communication again so that it can be updated.

I am very disappointed with the weakness of Adalo’s queries, as I was a fan.

Is this an ADALO limitation or AWS issue?

Have you tried testing with:

That’s an option that is not available in the external DB.
You may need to rebuild it from the component.

1 Like

My bad @shunki , was early and prior to coffee :smiley: .

Thank you very much!