Hey all, so I'm working on creating a base that will be used to track multiple event registrations with a form that has option for the registrar to identify which event(s) they are attending. Once the form is submitted, automations will assign them to the event they said they would attend via. a check in grid.
Currently, I have the email automation to send confirmation emails based off what they said they will attend, but I realized if someone plans to attend all five events, they will get a confirmation email for each event, that's potentially 5 different emails which isn't the most ideal.
I'd like to concatenate the email automation, that will be based off the events they select. i.e., if they plan to attend Event 1, 3, and 5. A single email will be distributed, confirming they signed up for 1, 3 and 5—instead of 3 different emails for each event.
I read around that this might involve creating a javascript but was hoping there is another way before I teach myself entry level javascript for this idea.
Another method I read would be creating an automation for every variation, but with the number of events not yet determined, it could easily come up to 100+ automations which is also not ideal, and I fear this creates a window for disaster.
Some More Details
- The event choices are a multiple select at the moment of this post.
- The current automation message is using some of the rich text formatting such as **[Event Name 1](Webpage Link)** and [Location](Google Maps Link)—I'd like to keep this if possible, so the email brings traffic to the website event page, but if this has to be lost, then it has to be lost.
- I saw I could click the blue + and could have the email automation sort of do what I'm looking for based off the data's recorded selection. However, would it be possible to hyperlink each to a specific website page? Would I have to change it from multi-select to pull it off? Have not tested this possibility prior to this post but may check it out to see where the rabbit hole leads.
Many thanks in advance!