so i’m trying to send a text to another screen. what i was trying to do is when a content is clicked, it will be transferred to another screen. for example, i clicked two contents in the list viewer, it will be shown in the next screen.
is there a way to do that?
@kape_coffeee,
Anytime you want to use data on another screen, you will need to store that data in a variable.
For your use case, if you just need to select 1 item from the list, try this:
And if you need to select multiple items, you can utilize a list variable:
Happy Coding!
Darren Thunkable X Tutorials