Forum Academy Marketplace Showcase Pricing Features

How to change custom states automatically

Hi.
I have three groups and I want to show them like a corousel.(On page load first group should be visible,and after some time second group should be visible and again after some time third group should be visible)
I tried “do after 5 seconds” but that is good only for two groups.
How can I do that for three groups.

If you need them to change continuously you can use ‘do every x seconds’ instead of ‘do after 5 seconds’.

Or, if you just want to cycle through the 3 groups once then just add a delay between changing the state each time.

Or, if you just want to cycle through the 3 groups once then just add a delay between changing the state each time.

Can you please explain this in more detail