I am building a basic image sharing app where users can create collections, add images to those collections, and add other created users to the collections for them view and interact with each image in a social like feed.
I have Users in a multi-to-multi relationship with Image Collections but I am unable to add a form field for “Users”. How can I add a user via a form? When a user is added I would like them to be able to see the collection.
Hello, for a (Many to many) relationship with the images and users, you can add the option to add the users through lists using a (Toggle, button…) components to add the current user to the relationship.
Thanks for the reply. Do you have an example or YouTube video? Is this something I would add in my form of as a separate modal in my workflow after the user submit the form with available fields?