I want to display a random advertisement from my collection every time a user logs in to my app.
Each ad includes a title, image, description, and a link.
What is the best way to make Adalo show a different ad automatically on every login (for example, by using random filters or conditional visibility)?
Any examples or step-by-step guides would be really appreciated
There has been few discussions about random items (mostly, random quotes) in this forum which you may find with a bit of searching. Take a look at this great explanation written by Victor! : Randomly display a record (quote) on a new screen - #2 by Victor (Iβm using the 2nd method in an app for show different quotes but if you want to avoid duplications in this method, thatβs another setup.)