# Carrying variables across to another page?

**URL:** https://community.thunkable.com/t/carrying-variables-across-to-another-page/2354202
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [April 1, 2023, 1:07pm UTC](https://community.thunkable.com/t/carrying-variables-across-to-another-page/2354202 "2023-04-01T13:07:49Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![matt\_toyntond361](https://avatars.discourse-cdn.com/v4/letter/m/a88e57/32.png) [@matt\_toyntond361](https://community.thunkable.com/u/matt_toyntond361)
#### Post date: [April 1, 2023, 1:07pm UTC](https://community.thunkable.com/t/carrying-variables-across-to-another-page/2354202/1 "2023-04-01T13:07:49Z")

</div>

Hi sorry another quick question

I want to carry data from a list over to another page but i cant get it to work, heres what ive done… Ive tried setting the variables on page 1 and page 2 (but cant get the row id box on page 2)

Page 1

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

Item is clicked in a data list (from internal db) on page one, this should then open page 2, where i select the following

where ive highlighted (2.) i had tried to create the variables on page 1 and then use like this on page 2, didnt work, where i highlighted (1.) i tried to create a variable of the rowID that was clicked on, but again doesn’t work

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/a/1a2cb6340b138bc042129cb9608da6a197c26835.png)

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [April 1, 2023, 6:24pm UTC](https://community.thunkable.com/t/carrying-variables-across-to-another-page/2354202/2 "2023-04-01T18:24:52Z")

</div>

This should work. I have no concerns about variables but if you wanted to double-check, you could display the value of the green ‘row id’ in a label before navigating to the other screen and then once on the other screen, display it in another label. But I suspect you’d see the same row ID for both.

What’s more likely here is a bug with the ‘get value’ block: [Get value from Google Sheet not updating properly · Issue #1138 · thunkable/thunkable-issues · GitHub](https://github.com/thunkable/thunkable-issues/issues/1138)

Possible workarounds are the ‘get row object’ block (which doesn’t always work) and the ‘list of values’ block.

---

<div class="post-metadata">

### Author: ![matt\_toyntond361](https://avatars.discourse-cdn.com/v4/letter/m/a88e57/32.png) [@matt\_toyntond361](https://community.thunkable.com/u/matt_toyntond361)
#### Post date: [April 1, 2023, 8:56pm UTC](https://community.thunkable.com/t/carrying-variables-across-to-another-page/2354202/3 "2023-04-01T20:56:44Z")

</div>

Seems to work using a local data source thanks for the heads up !

Now to relink 2000 linked images 😃 as they dont copy across from the google sheet ☹

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [April 1, 2023, 10:54pm UTC](https://community.thunkable.com/t/carrying-variables-across-to-another-page/2354202/4 "2023-04-01T22:54:03Z")

</div>

Or… use a workaround and avoid all that?

---

<div class="post-metadata">

### Author: ![matt\_toyntond361](https://avatars.discourse-cdn.com/v4/letter/m/a88e57/32.png) [@matt\_toyntond361](https://community.thunkable.com/u/matt_toyntond361)
#### Post date: [April 4, 2023, 8:18am UTC](https://community.thunkable.com/t/carrying-variables-across-to-another-page/2354202/5 "2023-04-04T08:18:20Z")

</div>

Cheers @tatiang gives me an opportunity to check the data anyway thanks again for your help !

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [July 3, 2023, 8:19am UTC](https://community.thunkable.com/t/carrying-variables-across-to-another-page/2354202/6 "2023-07-03T08:19:10Z")

</div>

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