# How best to do a User Favorite Column in Pages with changing data

**URL:** https://community.glideapps.com/t/how-best-to-do-a-user-favorite-column-in-pages-with-changing-data/39289
**Category:** Ask for Help
**Created:** [March 5, 2022, 6:45pm UTC](https://community.glideapps.com/t/how-best-to-do-a-user-favorite-column-in-pages-with-changing-data/39289 "2022-03-05T18:45:17Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [March 6, 2022, 12:40am UTC](https://community.glideapps.com/t/how-best-to-do-a-user-favorite-column-in-pages-with-changing-data/39289/2 "2022-03-06T00:40:09Z")

</div>

With an external table, you can achieve it. It should be the same as below. Just replace the Places ID by the item ID (not rowID, since you’re replacing rows everyday).

> [@How to send email to a list of user using Zapier in Glide?](https://community.glideapps.com/t/how-to-send-email-to-a-list-of-user-using-zapier-in-glide/5247/11):
>
> I think you just stick to this extra table. Create a relation from the Places table to the Favorites table, and return all the emails through a joined list column. For favoriting/unfavorting: Favoriting: Add a row to the Favorites sheet, containing the signed-in user’s email and the Places ID. Unfavoriting: Add a template column in the Places table containing the email of the signed-in user and the Places ID. Let’s say it would look like: [a@gmail.com](mailto:a@gmail.com) - ID. Add a template column in the…

However, I would think of another way to “import” your data everyday. Maybe you can find a way to extract just “new” rows in your original database and add it to the end of your Sheet. Changing the item ID everyday makes it prone to error.

---

_[View the full topic](https://community.glideapps.com/t/how-best-to-do-a-user-favorite-column-in-pages-with-changing-data/39289)._
