How to achieve the following property where a text is changed repeatedly in bubble?
You can use a ‘Do every X seconds’ workflow to change the text (i.e. to cycle through a list of texts).
Thanks for the reply. I did this here but I am finding facing this issue.
I created an option set with 4 options: A, B, C, D. I want to show each of these options’ displays in order. I.e start from A till D, then start over from A again. However, I do not know how to do this. I can only do it with random item, but this way a text might appear twice in a row and I do not want that. Do you have any idea how to solve this?
There’s a few ways to do that,
One way to add to what you have now is to create another state. This state will have a number and increment along the option sets.
Set state of Number to This Group’s number + 1
Only when Option Set:count < This Group’s Number.
Do when true;
When this option set’s number => this group’s number set state ===== 1
Now don’t have it search for a random item, but item # this group’s number.
It would work. Maybe not the most efficient.
This topic was automatically closed after 70 days. New replies are no longer allowed.