# How to show only "Favorites" profile

**URL:** https://community.glideapps.com/t/how-to-show-only-favorites-profile/56249
**Category:** Ask for Help
**Created:** [January 2, 2023, 8:22pm UTC](https://community.glideapps.com/t/how-to-show-only-favorites-profile/56249 "2023-01-02T20:22:30Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Arnaudebroas](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/arnaudebroas/32/52281_2.png) [@Arnaudebroas](https://community.glideapps.com/u/Arnaudebroas)
#### Post date: [January 2, 2023, 8:22pm UTC](https://community.glideapps.com/t/how-to-show-only-favorites-profile/56249/1 "2023-01-02T20:22:30Z")

</div>

Hi everyone,

If I’m writing to you today, it’s because I have a question. Do you know if it’s possible to add some user’s profile in “favorite” and then show them in a list. Of course, this list will be different for each user. In fact I dont want to show all users just the “favorites” because I don’t want users to have access to all other users.

Tank’s for your anwer

---

<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: [January 3, 2023, 12:59am UTC](https://community.glideapps.com/t/how-to-show-only-favorites-profile/56249/2 "2023-01-03T00:59:49Z")

</div>

Given you don’t want to show all other users, how would a user be able to see other profiles and “favorite” them?

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [January 3, 2023, 4:35am UTC](https://community.glideapps.com/t/how-to-show-only-favorites-profile/56249/3 "2023-01-03T04:35:59Z")

</div>

Could you describe more precisely what the user sees and does onscreen?

- User navigates to \_\_\_ tab/screen.
- User sees \_\_\_ .
- User does \_\_\_ .
- \_\_\_ happens.  
etc.

---

<div class="post-metadata">

### Author: ![Arnaudebroas](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/arnaudebroas/32/52281_2.png) [@Arnaudebroas](https://community.glideapps.com/u/Arnaudebroas)
#### Post date: [January 3, 2023, 10:04am UTC](https://community.glideapps.com/t/how-to-show-only-favorites-profile/56249/4 "2023-01-03T10:04:19Z")

</div>

Tanks for your answer,  
So, user path :  
User navigates to the other user’s profile screen with a link  
User sees the profile.  
User click on the “favorit button” (floating button)  
And then (here is my problem) I would like the profile to be saved in a contact list, which would be different for each user. And then display only this contact list.  
I hope I’ve been clear, sorry for my English.

---

<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: [January 3, 2023, 10:58am UTC](https://community.glideapps.com/t/how-to-show-only-favorites-profile/56249/5 "2023-01-03T10:58:26Z")

</div>

If you’re using Apps, there’s a native “favorite” component you can add to each screen, which will mark a “isFavorited?” column as true or false. You can then use that column to filter the “contact list” - isFavorited? is true.

Pages, at the moment, doesn’t have that component, but you can replace it with a button to “Favorite” - set a user-specific column to true, and an “Unfavorite” button to do the reverse. Same filter logic applies.

I’m still curious about this part though.

> [@Arnaudebroas](#):
>
> User navigates to the other user’s profile screen with a link

How does a user get that “link”?

---

<div class="post-metadata">

### Author: ![Arnaudebroas](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/arnaudebroas/32/52281_2.png) [@Arnaudebroas](https://community.glideapps.com/u/Arnaudebroas)
#### Post date: [January 3, 2023, 11:51am UTC](https://community.glideapps.com/t/how-to-show-only-favorites-profile/56249/6 "2023-01-03T11:51:47Z")

</div>

Yes i have tried with the “Favorite” component but there is also the “all” part with all the user, I would like to delate this part. I just want to keep the “favorite” part. There is an app call [dygi.me](http://dygi.me) ([Dygi.me](https://dygime.glideapp.io/dl/0f5325)) which do exactly what I want. But I don’t uderstand how it’s work . On the app, when I go to a profile, I can add it with the floating button and then the profile is in “My dygi contact”. Maybe you know how to do it ?

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [January 3, 2023, 11:54am UTC](https://community.glideapps.com/t/how-to-show-only-favorites-profile/56249/7 "2023-01-03T11:54:04Z")

</div>

That app was created by @Robert_Petitto. He might be able to answer any questions you have about it.

---

<div class="post-metadata">

### Author: ![Arnaudebroas](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/arnaudebroas/32/52281_2.png) [@Arnaudebroas](https://community.glideapps.com/u/Arnaudebroas)
#### Post date: [January 3, 2023, 12:14pm UTC](https://community.glideapps.com/t/how-to-show-only-favorites-profile/56249/8 "2023-01-03T12:14:48Z")

</div>

Yes, I got in touch with him, but I haven’t heard from him in a while. I don’t think it’s complicated but I’m new on Glide and I don’t know how to do it. Maybe you have the answer ?

---

<div class="post-metadata">

### Author: ![slscustom.ru](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/slscustom.ru/32/77336_2.png) [@slscustom.ru](https://community.glideapps.com/u/slscustom.ru)
#### Post date: [January 3, 2023, 12:44pm UTC](https://community.glideapps.com/t/how-to-show-only-favorites-profile/56249/9 "2023-01-03T12:44:34Z")

</div>

Hi, Arnaudebroas!  
As I understand: you go throw deep link to some user profile. After you have login, you still stay in this profile and by pressing allow button you can add its user id to your profile “access column”( text coma separated) and then filter by it or by don’t allow column.  
May be

---

<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: [January 3, 2023, 11:35pm UTC](https://community.glideapps.com/t/how-to-show-only-favorites-profile/56249/10 "2023-01-03T23:35:05Z")

</div>

> [@Arnaudebroas](#):
>
> Yes i have tried with the “Favorite” component but there is also the “all” part with all the user, I would like to delate this part.

You don’t need to have it on the “tab level”. You can add a “favorite” component (with the heart) inside each user’s profile. On the tab level, hide the “favorite bar”. Look for this on the bottom left.

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/2/1/214989e974ff1ddf382608807e05c86362857467.png)
