# Show (each users) favorite content in each users profile?

**URL:** https://community.glideapps.com/t/show-each-users-favorite-content-in-each-users-profile/29553
**Category:** Ask for Help
**Created:** [July 26, 2021, 9:17am UTC](https://community.glideapps.com/t/show-each-users-favorite-content-in-each-users-profile/29553 "2021-07-26T09:17:37Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![dvamvoo01](https://avatars.discourse-cdn.com/v4/letter/d/ce7236/32.png) [@dvamvoo01](https://community.glideapps.com/u/dvamvoo01)
#### Post date: [July 26, 2021, 9:17am UTC](https://community.glideapps.com/t/show-each-users-favorite-content-in-each-users-profile/29553/1 "2021-07-26T09:17:37Z")

</div>

Hi there im trying to make a profile search tab, where the content shown in each users profile, is the content that each user has placed in his favorites.  
So i have made the tab and connected a list with users profiles and also when clicking on a profile the specific profiles info opens up, but now i placed a list where i want to showcase the profiles favorite content and i cant make it happen. Currently the content shown is the favorites of the logged in user.  
Do you have any idea how i can make it work?  
Thank you in advance!

Also it would be best if there was the possibility that the current user, can go on and put in his favorite list, content from the other profiles.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 26, 2021, 11:39pm UTC](https://community.glideapps.com/t/show-each-users-favorite-content-in-each-users-profile/29553/2 "2021-07-26T23:39:50Z")

</div>

If you store the favorites data inside a user-specific column then it will only show the favorites of the logged-in user. Nobody else will get access to that data.

Have a look at this thread to see if you can integrate it to your app. It’s not easy, but it’s a way to achieve what you want to do here.

> [@\[Advanced\] Trebuchet Method link - List of Items/users in one cell!](https://community.glideapps.com/t/advanced-trebuchet-method-list-of-items-users-in-one-cell/25688):
>
> #1 - Learn how to implement the method in your app. #2 - Learn how to remove an item from an array. star Trebuchet Method works in public & public with email apps! COPY THE APP FOR FREE Points of attention: We gotta pay attention in the minimal details because in almost every time we’re adding informations to another place, and all the columns must have values in every row (like tamplate, IFE, join list, split list), so when we click, our “current” row pick the …

---

<div class="post-metadata">

### Author: ![dvamvoo01](https://avatars.discourse-cdn.com/v4/letter/d/ce7236/32.png) [@dvamvoo01](https://community.glideapps.com/u/dvamvoo01)
#### Post date: [July 27, 2021, 10:15am UTC](https://community.glideapps.com/t/show-each-users-favorite-content-in-each-users-profile/29553/3 "2021-07-27T10:15:51Z")

</div>

I will check it out and try to understand it.  
thanks!!!

---

<div class="post-metadata">

### Author: ![dvamvoo01](https://avatars.discourse-cdn.com/v4/letter/d/ce7236/32.png) [@dvamvoo01](https://community.glideapps.com/u/dvamvoo01)
#### Post date: [July 27, 2021, 10:20am UTC](https://community.glideapps.com/t/show-each-users-favorite-content-in-each-users-profile/29553/4 "2021-07-27T10:20:11Z")

</div>

By the way, Do you know if its possible to make a favorite item counter for each item so i can implement it as like counter meaning that how many users have put the item in favorite?  
Thank you in advance.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 27, 2021, 10:25am UTC](https://community.glideapps.com/t/show-each-users-favorite-content-in-each-users-profile/29553/5 "2021-07-27T10:25:47Z")

</div>

An idea is to implement an additional action to the Trebuchet flow. If a user adds an item to their favorites you increment 1 to a number column, if they remove you increment by -1.

---

<div class="post-metadata">

### Author: ![dvamvoo01](https://avatars.discourse-cdn.com/v4/letter/d/ce7236/32.png) [@dvamvoo01](https://community.glideapps.com/u/dvamvoo01)
#### Post date: [July 28, 2021, 1:54pm UTC](https://community.glideapps.com/t/show-each-users-favorite-content-in-each-users-profile/29553/6 "2021-07-28T13:54:04Z")

</div>

yeah i understand after watching the videos you suggested!  
Iwill try to implement the trebuchet method and i hope i make it work.  
Thanks again for the help!

---

<div class="post-metadata">

### Author: ![NoCodeAndy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nocodeandy/32/62530_2.png) [@NoCodeAndy](https://community.glideapps.com/u/NoCodeAndy)
#### Post date: [January 17, 2024, 4:51pm UTC](https://community.glideapps.com/t/show-each-users-favorite-content-in-each-users-profile/29553/7 "2024-01-17T16:51:05Z")

</div>


