# Add list content to another screen

**URL:** https://community.thunkable.com/t/add-list-content-to-another-screen/70022
**Category:** Questions about Thunkable X
**Created:** [February 23, 2019, 9:15am UTC](https://community.thunkable.com/t/add-list-content-to-another-screen/70022 "2019-02-23T09:15:21Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![kape\_coffeee](https://avatars.discourse-cdn.com/v4/letter/k/b2d939/32.png) [@kape\_coffeee](https://community.thunkable.com/u/kape_coffeee)
#### Post date: [February 23, 2019, 9:15am UTC](https://community.thunkable.com/t/add-list-content-to-another-screen/70022/1 "2019-02-23T09:15:21Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![darren](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/darren/32/69854_2.png) [@darren](https://community.thunkable.com/u/darren)
#### Post date: [February 23, 2019, 4:35pm UTC](https://community.thunkable.com/t/add-list-content-to-another-screen/70022/2 "2019-02-23T16:35:11Z")

</div>

@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:  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/e/a/eacf9ff5bcff1111cd3030598182166bab99a211.png)

And if you need to select multiple items, you can utilize a list variable:

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/3/73ef57b8c8e97f5d3ec29682f4562f5cb8907b82.png)

Happy Coding!

Darren  
[Thunkable X Tutorials](https://www.youtube.com/channel/UCHDDjy-6nbgwdrJpSZIfCOA)

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:16pm UTC](https://community.thunkable.com/t/add-list-content-to-another-screen/70022/3 "2024-11-08T12:16:14Z")

</div>


