I have an app with a big button and a counter that goes up each time this button is clicked.
The button itself changes randomly for each visitor.
After a user clicks the button, I want the app to “refresh” (as if the user did CTRL+R in their browser) so that a new random button will appear.
I don’t want to link to an external website with my Adalo app address as the link since it will create a buffer (loading time). Should I create a new duplicate screen of some sort (if so, what should happen after clicking the button in the new screen)? What’s the best hack for this?
Thanks! Unfortunately I can’t manage to get it to work
The current action is to “update” the counter field in the database. What should I do to make an auto-refresh after the click? I don’t want to add new records to my list…