# Text component of users and favorites photo

**URL:** https://community.glideapps.com/t/text-component-of-users-and-favorites-photo/55948
**Category:** Ask for Help
**Created:** [December 21, 2022, 4:52pm UTC](https://community.glideapps.com/t/text-component-of-users-and-favorites-photo/55948 "2022-12-21T16:52:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![callahan\_70](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/callahan_70/32/24725_2.png) [@callahan\_70](https://community.glideapps.com/u/callahan_70)
#### Post date: [December 21, 2022, 4:52pm UTC](https://community.glideapps.com/t/text-component-of-users-and-favorites-photo/55948/1 "2022-12-21T16:52:01Z")

</div>

Hello everyone !!

I need help with my app. I want a text component to show which users have favorited each photo, instagram style.

I have tried it with different types of arrays but It doesn’t works.

Would it be possible to do this?

Thanks in advance  
 ![Captura de pantalla 2022-12-21 174306](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/e/3ee62b7eac65f6998e1dd1bec899b32597074873.png)

---

<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: [December 21, 2022, 10:55pm UTC](https://community.glideapps.com/t/text-component-of-users-and-favorites-photo/55948/2 "2022-12-21T22:55:42Z")

</div>

If you’re storing favorites using the native “IsFavorited?” column then there’s no way to “rollup” the information over all users because it’s a user-specific column.

There’s no way to do it with the native “heart” overlay like you show on the image.

I think the only way you can do this is gathering a list of users who have favorited an item with the trebuchet method.

> [@\[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: ![callahan\_70](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/callahan_70/32/24725_2.png) [@callahan\_70](https://community.glideapps.com/u/callahan_70)
#### Post date: [December 22, 2022, 10:20am UTC](https://community.glideapps.com/t/text-component-of-users-and-favorites-photo/55948/3 "2022-12-22T10:20:05Z")

</div>

Thank you very much @ThinhDinh !!,

I already thought that this was the problem, perhaps an improvement of Glide would be to introduce Action when pressing like.

I will try the Trebuchet method, thanks so much again !! 🙌 🙌 🙌 🙌 🙌 🙌
