Hi there, I’m creating a resource app of videos, pdfs and information for entrepreneurs. Can someone please tell me how to “favourite” or save items in user lists in 2024?
The help videos I have found use older versions of the app.
Can this be done with checklists or check boxes, unique to each user?
Do you need to aggregate the favorites for any reason? Or does the favorite only matter to the person that favorites the item? If it only matters to each individual user, then the easy solution is to create a user specific boolean column and use a switch component to set the value. If a user turns the switch on to favorite an item, then the boolean will be checked for that user. Then you can do whatever you want with it from there.
Hi Jeff, thanks for your reply.
The favourites only matter to the person/user. I will have different tabs of information, and would like all the user’s favourites to be visible at the same time, from all tabs.