Control Swiper with select input

I set up a little test page to just see if I can control swiper component with a select input field. The select input updates a var and the var should on updated change the swiper slide. See file attached.

Can’t get it to work. Limitation on swiper and app connect or limitation on my brain? :blush:

index.html.zip (1.2 KB)

You don’t need a variable for this actually.
First set the values of the select to 1,2,3 (instead of starting with 0)

Then click the select > dynamic events > data > value updated:

and add the control swiper event there (show slide)

Result:

thanks - will try a bit later and confirm.

Appreciate!