# Friends list almost working

**URL:** https://community.thunkable.com/t/friends-list-almost-working/137522
**Category:** Questions about Thunkable X
**Created:** [July 9, 2019, 3:42pm UTC](https://community.thunkable.com/t/friends-list-almost-working/137522 "2019-07-09T15:42:37Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![solidad](https://avatars.discourse-cdn.com/v4/letter/s/71e660/32.png) [@solidad](https://community.thunkable.com/u/solidad)
#### Post date: [July 9, 2019, 3:42pm UTC](https://community.thunkable.com/t/friends-list-almost-working/137522/1 "2019-07-09T15:42:37Z")

</div>

![almost_working_friendlist](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/e/8e403b0b742cc429cfdbc7e344d5666b4dd5f0d9.png)

The following block partially works. The listing aspect works great but adding new entries isn’t going to the correct place. The correct db etnry looks like

![correctD](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/d/2/d2748d29ff959ed1fcff2305148052072c8e68e5.png)

But currently mine looks like:

![incorrect](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/7/77d85f4a9cccdb6e388e8c27e6b5036148d3b198.png)

I know I am having a brain fart or something but I can’t figure out how to fix this.

---

<div class="post-metadata">

### Author: ![CBVG](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/cbvg/32/32401_2.png) [@CBVG](https://community.thunkable.com/u/CBVG)
#### Post date: [July 9, 2019, 5:59pm UTC](https://community.thunkable.com/t/friends-list-almost-working/137522/2 "2019-07-09T17:59:43Z")

</div>

That is because initially, you set “cloud friends” to a string, as opposed to a list that contain strings or objects.  
Later, you treat “cloud friends” as a list of objects since this is what you are adding.

You need to be consistent as to what that object is, and as to what type if data it contains.

---

<div class="post-metadata">

### Author: ![solidad](https://avatars.discourse-cdn.com/v4/letter/s/71e660/32.png) [@solidad](https://community.thunkable.com/u/solidad)
#### Post date: [July 9, 2019, 9:38pm UTC](https://community.thunkable.com/t/friends-list-almost-working/137522/3 "2019-07-09T21:38:00Z")

</div>

I thought I had declared it but I see that I didn’t. even if I set cloud friends to an empty list it still doesn’t work. No matter what I try in what combination the paths don’t match. I am just so frustrated.

I feel like I am bashing my head against a wall here so I really apologize if I sound snippy, terse or even angry. I come from 20 years of web design with minor dabblings into javascript and PHP. I don’t know if it’s the graphical interface or what but with some scripting that I have looked at i had a really god idea of what was going on due to the syntax. I feel like such an idiot. I have read what I can and watched quite a bit but most of the tutorials (minus thunkable x tutorials) are sorely lacking in something.

---

<div class="post-metadata">

### Author: ![CBVG](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/cbvg/32/32401_2.png) [@CBVG](https://community.thunkable.com/u/CBVG)
#### Post date: [July 9, 2019, 11:35pm UTC](https://community.thunkable.com/t/friends-list-almost-working/137522/4 "2019-07-09T23:35:04Z")

</div>

There is so much you are not showing that it is hard to diagnose.

What do you put in friend\_submit\_input?  
That will be _appended_ to “cloud friends” when “friend\_submit\_btn” is clicked.

---

<div class="post-metadata">

### Author: ![solidad](https://avatars.discourse-cdn.com/v4/letter/s/71e660/32.png) [@solidad](https://community.thunkable.com/u/solidad)
#### Post date: [July 10, 2019, 1:20am UTC](https://community.thunkable.com/t/friends-list-almost-working/137522/5 "2019-07-10T01:20:24Z")

</div>

Actually I got exactly what I wanted to get done! It took a couple of look-throughs of a thunkable x tutorials video to get it into my head.

---

<div class="post-metadata">

### Author: ![CBVG](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/cbvg/32/32401_2.png) [@CBVG](https://community.thunkable.com/u/CBVG)
#### Post date: [July 10, 2019, 1:51am UTC](https://community.thunkable.com/t/friends-list-almost-working/137522/6 "2019-07-10T01:51:28Z")

</div>

Glad to hear it.

As you go forward, do not forget to take notes. It is easy to forget how you got things done, and relearning could end up wasting a lot of time.  
Good luck with the rest of your development.

---

<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:12pm UTC](https://community.thunkable.com/t/friends-list-almost-working/137522/7 "2024-11-08T12:12:17Z")

</div>


