Hey everyone
Background: we are using AT as a CRM
Goal: track who of our customers are at which events
My solution thus far has been to have a People table and an Events table within the same base. Within each event, there is a guest list field that links to the "name" field of the "people" table.
The issue is, I want to be able to quickly link guests to events, i.e. by uploading a CSV guest list and then that automatically linking to the "people" list. Ideally, on the "People" i could create gallery views for each event.
I'm sure something like this is possible but can't figure out how to do so! anyone have any guidance??