# Created new row does not seem in the data sources section

**URL:** https://community.thunkable.com/t/created-new-row-does-not-seem-in-the-data-sources-section/1042127
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [January 3, 2021, 3:55pm UTC](https://community.thunkable.com/t/created-new-row-does-not-seem-in-the-data-sources-section/1042127 "2021-01-03T15:55:57Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![cihan](https://avatars.discourse-cdn.com/v4/letter/c/94ad74/32.png) [@cihan](https://community.thunkable.com/u/cihan)
#### Post date: [January 3, 2021, 3:55pm UTC](https://community.thunkable.com/t/created-new-row-does-not-seem-in-the-data-sources-section/1042127/1 "2021-01-03T15:55:57Z")

</div>

Hi all,

I create a function to retrieve data from the X table and then create a new row to the Y table by retrieving data from X. Actually, I see those data on the screen, which shows the data retrieved from the Y table. But I couldn’t see retrieved data from the X table on the Y table. ☹

Is there anyone who has an idea?  
Thank you.  
[Thunkable](https://x.thunkable.com/projectPage/5ff1c6d11d85b600188d2b99)

---

<div class="post-metadata">

### Author: ![towball](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/towball/32/68409_2.png) [@towball](https://community.thunkable.com/u/towball)
#### Post date: [January 4, 2021, 7:24am UTC](https://community.thunkable.com/t/created-new-row-does-not-seem-in-the-data-sources-section/1042127/2 "2021-01-04T07:24:48Z")

</div>

It sounds to me that you have the GET working. After the GET you need to save.

Maybe post the blocks so we can see

---

<div class="post-metadata">

### Author: ![cihan](https://avatars.discourse-cdn.com/v4/letter/c/94ad74/32.png) [@cihan](https://community.thunkable.com/u/cihan)
#### Post date: [January 4, 2021, 7:48am UTC](https://community.thunkable.com/t/created-new-row-does-not-seem-in-the-data-sources-section/1042127/3 "2021-01-04T07:48:22Z")

</div>

Hi, @towball thank you for your answer. Actually my block is [image|552x500](https://community.thunkable.com/uploads/short-url/6mZJ0sop2mbydakpbkS8yKHlEa0.png)

---

<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: [January 4, 2021, 8:05am UTC](https://community.thunkable.com/t/created-new-row-does-not-seem-in-the-data-sources-section/1042127/4 "2021-01-04T08:05:38Z")

</div>

What kind of data source are you using?

This will only work if your data source is Google sheet.

---

<div class="post-metadata">

### Author: ![cihan](https://avatars.discourse-cdn.com/v4/letter/c/94ad74/32.png) [@cihan](https://community.thunkable.com/u/cihan)
#### Post date: [January 4, 2021, 9:30am UTC](https://community.thunkable.com/t/created-new-row-does-not-seem-in-the-data-sources-section/1042127/5 "2021-01-04T09:30:07Z")

</div>

Thank you @muneer,  
Actually, I chose my own table while creating the table, and I plan that store those data on the user phone ☹  
Do you have any suggestion to retrieve data randomly as unique?

---

<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: [January 4, 2021, 9:48am UTC](https://community.thunkable.com/t/created-new-row-does-not-seem-in-the-data-sources-section/1042127/6 "2021-01-04T09:48:24Z")

</div>

When using Airtable or Local Data Source the rowID is an arbitrary alphanumeric code generated by the database itself. When using Google sheet as your data source then the row number in the sheet is the rowID.

If you are using Local Data Source then you need to use [List of values] component to read the rowID of your existing data and from their you can start your routine.

 ![list_of_values](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/4/24a998ad2033ffe4ea3a9cdca43075ddcb299def.png)

Instead of column one choose “ID” from the list.

---

<div class="post-metadata">

### Author: ![cihan](https://avatars.discourse-cdn.com/v4/letter/c/94ad74/32.png) [@cihan](https://community.thunkable.com/u/cihan)
#### Post date: [January 4, 2021, 12:23pm UTC](https://community.thunkable.com/t/created-new-row-does-not-seem-in-the-data-sources-section/1042127/7 "2021-01-04T12:23:51Z")

</div>

Thank you so much @muneer, I retrieved a random ID and then used it to show values related to this ID.  
I want to update a column related to this ID with the entered value from the text. When I did, I couldn’t see any differences on the table.  
 ![update](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/5/1/511efb187d39eb2f8675e6aaa6bf0ebf1ed7f420.png)

---

<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: [January 4, 2021, 12:51pm UTC](https://community.thunkable.com/t/created-new-row-does-not-seem-in-the-data-sources-section/1042127/8 "2021-01-04T12:51:42Z")

</div>

From experience, the web Live Test has delay issues. Check it from your mobile or iPad/tab device to get the correct results.

---

<div class="post-metadata">

### Author: ![cihan](https://avatars.discourse-cdn.com/v4/letter/c/94ad74/32.png) [@cihan](https://community.thunkable.com/u/cihan)
#### Post date: [January 4, 2021, 1:53pm UTC](https://community.thunkable.com/t/created-new-row-does-not-seem-in-the-data-sources-section/1042127/9 "2021-01-04T13:53:55Z")

</div>

There is something that happened weird. When I look at my mobile, I saw old data, and the table has old data, too. But when I look from the web live test on the screen, I see updated data 🙂 I suppose that there is a bug on that.  
Thunkable backend functionality is strong, but UI is not as strong as it.

---

<div class="post-metadata">

### Author: ![waveeagle](https://avatars.discourse-cdn.com/v4/letter/w/b9bd4f/32.png) [@waveeagle](https://community.thunkable.com/u/waveeagle)
#### Post date: [January 4, 2021, 5:01pm UTC](https://community.thunkable.com/t/created-new-row-does-not-seem-in-the-data-sources-section/1042127/10 "2021-01-04T17:01:12Z")

</div>

I have a similar issue. I can’t initiate to create a new row in airtable with the new design front end and the related data source block. Does someone you have an idea?

 ![Bildschirmfoto 2021-01-04 um 17.56.52](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/e/a/ea77d5f8ceef7e1754a9efe233daeec4d834323d.png)

---

<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, 1:31pm UTC](https://community.thunkable.com/t/created-new-row-does-not-seem-in-the-data-sources-section/1042127/11 "2024-11-08T13:31:03Z")

</div>


