Hi,
I want to create a feature on my application that displays a random quote everyday at 00:01am, from a predetermined set of quotes saved in my database. I want to avoid the same quote being shown on two consecutive days.
I am a newbie bubbler, could someone please direct me on how to do this please?
Hello,
You can add a broadcast field that will be of the yes/no type, and when your quote is displayed, it will set the field value to yes. You will simply filter the list of quotes to be displayed by broadcast=no.
For recurrence, you can make a workflow that resets the field every 2 days
I used Google Translate, sorry.
1 Like