[Solved] Creating Objects

I have created many labels using the create function. The image below is how I generated them:


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:

image

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.

Thank you for your solution!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.