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!
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.