Question: Mass Selection/Updates

Is this possible with Glide?

The user has the ability to create a “collection” and then add multiple items from another database in there collection. The users should be able to browse (for example an items database) and quickly select items to be added to their collection.

@_eric The simplest minimum featured way would likely be to create a user specific column to hold the checkmark and then simply filter the main list by those checked by the user when displaying their collection. This is probably the simplest form of the above. If however you wanted each user to have multiple collections then it would be slightly more involved but the same principle could apply. Using a checklist list.

You could use the checklist layout to allow them to quickly check off multiple items