Your software
My Mautic version is: 4.4.10
My PHP version is: 7.4.33
My Database type and version is: MySQL 5.7.42-46
Your problem
I have a need to store multiple values of certain bits of data. To create a custom field for every value seems like a lot of admin/overhead to track this sort of thing.
For instance. I have tickets that are purchased on eventbrite and I need to keep track of the number of tickets purchased along with the event they go with. So far I have been creating a tag dynamically through n8n called ‘eb-purchased-12345679’ where the number is the event ID from eventbrite. But another tag to get the number of tickets does not seem like the right way to go.
I would also like to be able to use the event name (not currently stored) along with the number of tickets in an email confirmation.
Any suggestions?
These errors are showing in the log:
none