At the top of my app I want essentially a single sentence that after a certain time, disappears and is replaced by a new sentence.
Example:
-
- Buffet starts in x hours y minutes (4:00PM).
-
- Then at 4:01 a new message replaces the buffet message with: Mingle in the dancehall in x hours y minutes.
I saw a video on making a countdown that can run a workflow at a specific time which I think would be important. Just not sure exactly how to display this single line. I keep thinking repeating group but that doesn’t make sense.