# Users following each other

**URL:** https://community.glideapps.com/t/users-following-each-other/12484
**Category:** Ask for Help
**Created:** [July 14, 2020, 5:40pm UTC](https://community.glideapps.com/t/users-following-each-other/12484 "2020-07-14T17:40:50Z")
**Posts on this page:** 1
**Showing post:** 11

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [July 21, 2020, 1:09am UTC](https://community.glideapps.com/t/users-following-each-other/12484/11 "2020-07-21T01:09:13Z")

</div>

Check out the solution here. You can either use the isFavorites column, or use a new user specific column, like @Tim_Sullivan shows. Either way should give you the same result without the need for a separate sheet.:

> [@See following user's posts in feed](https://community.glideapps.com/t/see-following-users-posts-in-feed/12560/7):
>
> If you are using favorites for the people you are following, then I think you could create a template column with the value of email of the person who made the post and the value of “true”, in the posts sheet. In the profile sheet, make another template column that joins the profile user and the value from the isFavorite column. Create a relation column in the posts sheet that joins the template to the template in the profile sheet. Set a filter on the posts list to only show posts where the …

---

_[View the full topic](https://community.glideapps.com/t/users-following-each-other/12484)._
