RE: Auto register attendee for event
Hi @Jenoz,
Im glad you asked the community rather than staying frustrated and stuck on your own.
No reason for frustration, we are all still learning together.
Completely agreeing with @Shravan Suri here on the proposed solution.
I think what you we are saying is - if you are not using passes the marketing application OOTB will not generate session registration records for your contacts.
You can do that yourself though using Power Atomate (Flow).
Have a look at the documentation here
docs.microsoft.com/.../getting-started.
Conceptually the logic of the flow should be along the lines of-
- Trigger when person A registers for event B.
- get all sessions associated with event B
- for each of the sessions, create a session registration record with a link to the session and contact A.
Does this make a bit more sense?
The first time you create flows you might find it fiddly, be patient because it is nice and super powerful once you get used to it.
Thanks,
-DD