Are there new solutions to auto-refresh?

Hi, i have a deal web-app where a deal will disappear from the deal view screen once a user redeems. The function works on the first deal, but on subsequent redemptions (even after waiting for 20 min) the deals remain in the view until you manually refresh. My current flow: redemption button that creates the redemption, updates the deal status, and links to success screen which has a button to go to a countdown screen that redirects to the deal view after 5 seconds (thinking that will help adalo refresh the db).

Any new ideas to help auto refresh. I’ve looked at past solutions and they don’t solve it.

Thanks in advance.

1 Like

What I’ve done for a solution as for certain actions I need a refresh to occur is link them to a blank screen after they accept the deal. And on the screen just have a back action of… when the user is on the screen it will run and they be taken back thus forcing a screen reload.

Sometimes I put an auto-refreshing list on the screen, this may help in certain cases. Or enable auto-refresh in the existing list.

Thanks guys. I’m in the middle of another part of the app, but will try your ideas soon!

For the auto-refresh I think there’s a possibility going on 'ADVANCED OPTIONS" in the list component setup. Check it and let me know

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.