Hello everyone,
I’d like to make a carousel using variables. My aim is to scroll through the different variants of my component using the arrows. I don’t want to disable the arrows, so I’ll return to my first variant when I’ve viewed them all. In this example, I have 3 variants, but if the solution could work with an infinite number of variants, that would be great. I’ve tried a lot of things without success, so I’m wondering if it’s really possible.
I’ve used a String variable to change my variants, but I have the impression that even using conditions it’s impossible to say
IF RED shoes → put GREEN
IF GREEN → put WHITE
IF WHITE → put RED
At least I haven’t found the solution.
Thanks for your help