# How to gather data from different screens into 1 google sheets

**URL:** https://community.thunkable.com/t/how-to-gather-data-from-different-screens-into-1-google-sheets/1041791
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [December 27, 2020, 5:15am UTC](https://community.thunkable.com/t/how-to-gather-data-from-different-screens-into-1-google-sheets/1041791 "2020-12-27T05:15:49Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![nickylay917o](https://avatars.discourse-cdn.com/v4/letter/n/f08c70/32.png) [@nickylay917o](https://community.thunkable.com/u/nickylay917o)
#### Post date: [December 27, 2020, 5:15am UTC](https://community.thunkable.com/t/how-to-gather-data-from-different-screens-into-1-google-sheets/1041791/1 "2020-12-27T05:15:49Z")

</div>

Hello, I am trying to record data from several screens into 1 google sheets and I am having a hard time with it. I have create row in screen 1 which consists of 13 columns, but I only fill 2 columns in screen 1 and I am planning to update the 3rd column data of the row in screen 2 . I failed. Are there some ways to solve this problem?

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [December 27, 2020, 7:36am UTC](https://community.thunkable.com/t/how-to-gather-data-from-different-screens-into-1-google-sheets/1041791/2 "2020-12-27T07:36:02Z")

</div>

Two ways of doing it:  
1  
Use variables to collect information and then from your final screen assign the variables values to the sheet.

2  
Use a variable to save the rowID of the row you want to change and then from each screen write the changes you want to the columns of the rowID you saved previously.

Happy Thunking

---

<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:19pm UTC](https://community.thunkable.com/t/how-to-gather-data-from-different-screens-into-1-google-sheets/1041791/3 "2024-11-08T12:19:27Z")

</div>


