I would like you to ask for help with an app I’m building for a client.
The app is pretty simple.
We have two databases:
• people database
• events database
The client wants to add any person attending the event from the single event page, but I have difficulty finding a solution to add the record to the people database when I’m on the events screen page with the events as the source.
I’ve built a relation between the two databases.
The app is developed on the client account, and I can’t share screenshots of the project with you.
I think I have to get this clarified though. Do you mean adding existing people in the people database in a field to confirm they’re attending an event? Or adding new people to the people database?
Yeah exactly Thin! Adding existing people in the people database to confirm they’re attending the event and show a list of the people attending the event in the event page.