# How can I store the values in the airtable for each specific user and retrieve only the values stored by that user?

**URL:** https://community.thunkable.com/t/how-can-i-store-the-values-in-the-airtable-for-each-specific-user-and-retrieve-only-the-values-stored-by-that-user/563935
**Category:** Questions about Thunkable X
**Created:** [April 23, 2020, 3:11am UTC](https://community.thunkable.com/t/how-can-i-store-the-values-in-the-airtable-for-each-specific-user-and-retrieve-only-the-values-stored-by-that-user/563935 "2020-04-23T03:11:45Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![mom7667yafy](https://avatars.discourse-cdn.com/v4/letter/m/e19b73/32.png) [@mom7667yafy](https://community.thunkable.com/u/mom7667yafy)
#### Post date: [April 23, 2020, 3:11am UTC](https://community.thunkable.com/t/how-can-i-store-the-values-in-the-airtable-for-each-specific-user-and-retrieve-only-the-values-stored-by-that-user/563935/1 "2020-04-23T03:11:45Z")

</div>

For example, suppose I made a diary app.

A specific user writes a diary today.

Store that data in the airtable.

And the saved value is taken and displayed on the screen.

Other users shouldn’t read my diary. Diary should be saved according to each mobile phone user.

How do I implement this?

---

<div class="post-metadata">

### Author: ![samclever](https://avatars.discourse-cdn.com/v4/letter/s/ec9cab/32.png) [@samclever](https://community.thunkable.com/u/samclever)
#### Post date: [April 23, 2020, 6:05am UTC](https://community.thunkable.com/t/how-can-i-store-the-values-in-the-airtable-for-each-specific-user-and-retrieve-only-the-values-stored-by-that-user/563935/2 "2020-04-23T06:05:11Z")

</div>

I’m not real good with Airtable however you could do this with Firebase. Each user would be saved as a Parent node and the entry’s would be saved as the child. You could even save each entry by date and time for each user and the only way another user would be able to access said diary entry would be to sign in as that user.

---

<div class="post-metadata">

### Author: ![mom7667yafy](https://avatars.discourse-cdn.com/v4/letter/m/e19b73/32.png) [@mom7667yafy](https://community.thunkable.com/u/mom7667yafy)
#### Post date: [April 23, 2020, 6:28am UTC](https://community.thunkable.com/t/how-can-i-store-the-values-in-the-airtable-for-each-specific-user-and-retrieve-only-the-values-stored-by-that-user/563935/3 "2020-04-23T06:28:29Z")

</div>

Thank you for answering.

---

<div class="post-metadata">

### Author: ![justin.thanh84v20](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/justin.thanh84v20/32/67711_2.png) [@justin.thanh84v20](https://community.thunkable.com/u/justin.thanh84v20)
#### Post date: [April 23, 2020, 6:40am UTC](https://community.thunkable.com/t/how-can-i-store-the-values-in-the-airtable-for-each-specific-user-and-retrieve-only-the-values-stored-by-that-user/563935/4 "2020-04-23T06:40:46Z")

</div>

I assumed you have the login by firebase and each user will have userid

 ![Screen Shot 2020-04-23 at 13.18.22](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/a/1ac77d5fa5085233cdce11589e82430c8aae2a13.png)  
and then you just display the data of userid with this block  
 ![Screen Shot 2020-04-23 at 13.19.12](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/d/4/d478c87aaf0a070792df9da19034acfcb7bec924.png)  
I get the value “name” and “url” of current userid

---

<div class="post-metadata">

### Author: ![mom7667yafy](https://avatars.discourse-cdn.com/v4/letter/m/e19b73/32.png) [@mom7667yafy](https://community.thunkable.com/u/mom7667yafy)
#### Post date: [April 23, 2020, 6:56am UTC](https://community.thunkable.com/t/how-can-i-store-the-values-in-the-airtable-for-each-specific-user-and-retrieve-only-the-values-stored-by-that-user/563935/5 "2020-04-23T06:56:15Z")

</div>

Thanks for the details.

---

<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, 11:31am UTC](https://community.thunkable.com/t/how-can-i-store-the-values-in-the-airtable-for-each-specific-user-and-retrieve-only-the-values-stored-by-that-user/563935/6 "2024-11-08T11:31:51Z")

</div>


