# Clear Favorites

**URL:** https://community.glideapps.com/t/clear-favorites/11427
**Category:** Ask for Help
**Created:** [June 25, 2020, 2:52pm UTC](https://community.glideapps.com/t/clear-favorites/11427 "2020-06-25T14:52:19Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![SpyrosTsouk](https://avatars.discourse-cdn.com/v4/letter/s/c0e974/32.png) [@SpyrosTsouk](https://community.glideapps.com/u/SpyrosTsouk)
#### Post date: [June 25, 2020, 2:52pm UTC](https://community.glideapps.com/t/clear-favorites/11427/1 "2020-06-25T14:52:20Z")

</div>

Hello Team,

I’m trying to do the following:

I’m using the Favorite part of Tiles to track down the correct answers to some questions that are depicted on the cards.

I want to give the user the choice to clear all answers and start over, so I need to create a way to make all favorites equal to false.

Is it possible?

Thanks a lot for your help!

---

<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: [June 29, 2020, 10:09pm UTC](https://community.glideapps.com/t/clear-favorites/11427/2 "2020-06-29T22:09:55Z")

</div>

I don’t believe this is possible. Favorites data is unique to each user and I don’t know of a way to you or the user’s to mass clear any previous items marked as favorite. You would probably have to write row data for each user/question, then possibly write up a script to check if a specific user checks a box to clear all items, and then have the script watch for that and clear everything for that user in the sheet.
