I would like to create a Favorites behavior ...

+Gary Pinter sweet deal… I’m glad it came together for you. Early on it’s hard to find the right answers, and this one is pretty solid…

The answer, I would think, is Yes, you could use USERSETTINGS to track a List of items selected as favorite.

Keep in mind that USERSETTINGS are device specific. If the user accesses the app from a different device, they will need to start over in selection of their favorites. For a public app where there is no login, this is probably acceptable and expected.

2 Likes

Do you have the sample app to show?

I would also love to see a sample app that shows this in practice

Please can someone post a sample app for this. This is a really hand setup and it make it easier for to replicate in my app if I could see it in action.

That’s really cool solution and (more important) it works!! But..
I did build the app on gsheet and it has a delay before it change the state. When pressing “like” it takes few second before “state” of action will change to “unlike” (in my opinion it’s time that appsheet need to writes email value in gsheet cell but I could be wrong). When pressing “unlike” there is no delays.

But if I display column value in appsheet it’s changing without delays. Is there a possibility to use value from appsheet not from gsheet ? Any ideas ?