Favorite Items?

Hello!

I have created a list of items (restaurants) and I am looking for information to create a favorites option, but the only thing I find is an old formation where a favorite button did appear as a component. But not anymore.

How can I do this?

Thank you.

All the best.

You can add a user specific boolean column in your table. Then add a switch component on your item screen to set the item as a favorite. Then create a screen with a collection that is filtered by that boolean column.

3 Likes

Thank you Jeff!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.