# Follow function does not work!

**URL:** https://community.glideapps.com/t/follow-function-does-not-work/18642
**Category:** Ask for Help
**Created:** [November 18, 2020, 11:45pm UTC](https://community.glideapps.com/t/follow-function-does-not-work/18642 "2020-11-18T23:45:15Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![11145](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/11145/32/15195_2.png) [@11145](https://community.glideapps.com/u/11145)
#### Post date: [November 18, 2020, 11:45pm UTC](https://community.glideapps.com/t/follow-function-does-not-work/18642/1 "2020-11-18T23:45:15Z")

</div>

I used “Is Favorited” to build the Follow function.

However, at this time, it does not work well when unfollowing.

Even if the user presses favored to unfollow, the behavior is not reflected in the data and it continues to be displayed as a follow user.

Does anyone know this solution?

 ![スクリーンショット (346)](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/2/e/2e9de21a3855829871d61abf6da8d4ea81df052e.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: [November 18, 2020, 11:55pm UTC](https://community.glideapps.com/t/follow-function-does-not-work/18642/2 "2020-11-18T23:55:14Z")

</div>

As I said, probably a video of the bug in action would help. Seems like nothing wrong the logic if you configure the filter the right way.

---

<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: [November 19, 2020, 12:32am UTC](https://community.glideapps.com/t/follow-function-does-not-work/18642/3 "2020-11-19T00:32:10Z")

</div>

I solved this case through TeamViewer. He was using a lookup to get favorited profiles data to a sheet with Posts from those Profiles. The filter he used was “is not empty” while it was a boolean column, had to change it to “is True”.
