# Adding Information Under an Account

**URL:** https://community.thunkable.com/t/adding-information-under-an-account/3345655
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [November 16, 2024, 8:26am UTC](https://community.thunkable.com/t/adding-information-under-an-account/3345655 "2024-11-16T08:26:29Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![antrod](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/antrod/32/168293_2.png) [@antrod](https://community.thunkable.com/u/antrod)
#### Post date: [November 16, 2024, 8:26am UTC](https://community.thunkable.com/t/adding-information-under-an-account/3345655/1 "2024-11-16T08:26:30Z")

</div>

Hey everyone!

Okay, I’m developing an app that allows you to add information to a “notes” tab, and under your account you can access those notes. You won’t have any notes, until you click the “add to notes” button. I have the button, I have the tab, and I have the account stuff setup.

But how do I plug it all together?

---

<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: [November 16, 2024, 8:48pm UTC](https://community.thunkable.com/t/adding-information-under-an-account/3345655/2 "2024-11-16T20:48:15Z")

</div>

We would need more details. What is “the account stuff”?

---

<div class="post-metadata">

### Author: ![antrod](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/antrod/32/168293_2.png) [@antrod](https://community.thunkable.com/u/antrod)
#### Post date: [November 16, 2024, 9:05pm UTC](https://community.thunkable.com/t/adding-information-under-an-account/3345655/3 "2024-11-16T21:05:55Z")

</div>

Sure thing!

I created a login page that connects to Firebase and a google datasheet. The data sheet is for keeping everything organized… its alot of information.

Anyway you can make an account, and login to the app. I knew that needed to be made first so the app could add notes to a specific account. When you login, you should have your found notes.

---

<div class="post-metadata">

### Author: ![antrod](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/antrod/32/168293_2.png) [@antrod](https://community.thunkable.com/u/antrod)
#### Post date: [November 16, 2024, 10:27pm UTC](https://community.thunkable.com/t/adding-information-under-an-account/3345655/4 "2024-11-16T22:27:45Z")

</div>

An issue I’m having right now, how do I get Thunkable to detect that something already exists in the data?

So when a user clicks “add to notes” it adds to the database. When they search up that information again I want an error to pop up saying “already discovered”.

That would mean it needs to read the data, and see if their account already has that information correct?

Lastly, I have a notes tab that lists the data when you find it. But how do I set that up for a seperate account? Right now the “Notes Tab” lists the information for two accounts.

---

<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: [November 17, 2024, 12:02am UTC](https://community.thunkable.com/t/adding-information-under-an-account/3345655/5 "2024-11-17T00:02:47Z")

</div>

If you’re using a Google Sheet to store user data then each row needs to be for a unique user. If you’re using a Firebase realtime database then each user is in something like users/[user id].

Depending on what your data looks like (I have no idea because I can’t see it…), you may need to search/loop through the values in different ways.

---

<div class="post-metadata">

### Author: ![antrod](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/antrod/32/168293_2.png) [@antrod](https://community.thunkable.com/u/antrod)
#### Post date: [November 17, 2024, 12:04am UTC](https://community.thunkable.com/t/adding-information-under-an-account/3345655/6 "2024-11-17T00:04:40Z")

</div>

So I’m kinda using both google sheets and Firebase.  
I do have a row for each user. I can screenshot and show you?

---

<div class="post-metadata">

### Author: ![antrod](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/antrod/32/168293_2.png) [@antrod](https://community.thunkable.com/u/antrod)
#### Post date: [November 17, 2024, 12:06am UTC](https://community.thunkable.com/t/adding-information-under-an-account/3345655/7 "2024-11-17T00:06:52Z")

</div>

![Screenshot (245)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/c/3/c3f20cd8bf682efb5ed8c11f7a584353db771825.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: [November 22, 2024, 8:21pm UTC](https://community.thunkable.com/t/adding-information-under-an-account/3345655/8 "2024-11-22T20:21:25Z")

</div>

If you want to check if a note already exists, you would use a list block to see if the list [list of values in notes] contains the input/search value. This block and the one below it on the documentation page are useful for that: [Lists Blocks | Thunkable Docs](https://docs.thunkable.com/blocks/blocks/lists#does-list-contain).

---

<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: [February 20, 2025, 8:22pm UTC](https://community.thunkable.com/t/adding-information-under-an-account/3345655/9 "2025-02-20T20:22:04Z")

</div>

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