Are you able to use the list viewer to open a separate screen?

So i am making an image board and i need to be able to pick a topic from the List viewer which would then send me to the appropriate screen. Is that possible?

Sure, just use an if/else block to determine which item was picked. You can use either the item’s contents in a text block, or it’s index (position in the list) to control it. Here’s what some blocks might look like:

2 Likes

Thank you so much, i’ve been spending hours trying to figure this out.