Hello everyone - I’m building an application that centers around a group, the groups events, and so forth. I would, if possible, like to record a users attendance for an event - “Attended Fully”, “Attended Partially”, “Did Not Attend”.
How would I create/manage this data? I’m not sure on the best way to do so in Bubble, or if it is even possible.
I’d go with @dbevan’s solution and you could even do the reverse. You could have those three fields under the User type, each as a list of Events and add events to each field that match the label for a User.
An admin could save user to user list field or event to event list field either way. Doesn’t have to be triggered by the participant necessarily.