I want it so whenever I click a label it takes me to another screen. However, when different generated labels are clicked, I want it to take it to different pages. I can’t seem to find any right blocks for it. Any ideas?
You can use this block from the Advanced → Any Component drawer:
And then check the index component label on the screen within the list of All Labels – also in the Any Component drawer – and based on that index, get a value from a database and navigate to a page. The limitation is that the Navigate block doesn’t take input blocks so you’re going to have a lot of if/else if blocks.