Event click listener on a ListView at Thunkable X

Hey Guys,

I’m trying to make a ListView that when you click at one item, it goes to another screen.

I try make like this:

But I click in every position, it goes to the same screen. I really don’t know how set up to go to others.

Can someone please help me?

1 Like

Hi there,

If you wannt to open a different Screen depending on the item the user clicked, you’ll need a big [if]-[else if]-[else if] block:
LVNav

Let me know if that helps!

5 Likes

It worked like a charm!

Thanks!!!

1 Like

That’s great! Happy to help :smile:

1 Like