Auto-refresh database on upload?

Hi all,

I’m creating an app that has desktop and mobile apps, sharing the same database, where you can upload Text, Images or Files from one app and see it in the other. When uploading from desktop to mobile, if I have the Text window open on the mobile side and I create a Text on the desktop, I want it to show up immediately on the mobile side. But it doesn’t; I have to move off from that screen, then go back to the Text screen to see the newly-uploaded text.

Is there an action I can use to make it refresh? Or any other way of achieving this?

Thanks!

This can be done using a custom list and enabling that in the advanced settings of the custom list component.

2 Likes

That’s epic! Perfectly solved :smiley:

Thanks Ben!!