Automated Slideshow w/ Custom States

Hi,
I have a slideshow on my homepage that slides through my benefits.
The user clicks on arrows that changes custom state numbers (by adding/subtracting from the custom state) and the slideshow changes.

How can I make the slideshow change itself?
I was looking for a “wait X seconds…” to change the custom state in workflows, but I cant find anything.

Also, how can I cycle the states when the app automatically moves them? I have custom states 1-7, so if I continuously add +1, it’ll just keep adding and I’ll have nothing to show for custom states 8,9,10, etc.

Same for subtracting 1…I’ll have nothing for 0,-1,-2, etc.

Do every 5 seconds workflow

Add a condition to this workflow so that it’s only triggered when the current image’s number < 7. Then create another workflow that will reset the number to 1 when the current image’s number is 7

I found a “Add a Pause” workflow…not a “Do Every”

1 Like

it worked. thanks mate.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.