Hello community!
I'd love to hear from anyone out there who has successfully included seat locations as a data field in Wordfly emails as part of their renewal campaign. What did you need for your output? How did you organize your output to have multiple data field assigned to one constituent?
Thanks,
Michelle Lewandowski
This can be done with some thinking "outside the box". One way would be to create a custom output set element based on a view that aggregates the multiple seat rows into a single string that you can return as one row. If you're on a version of SQL Server that supports the STRING_AGG() function, this isn't so bad, but you will probably need to know your way around the database fairly well.