Anyone know how to access or loop over the values of a custom profile property of type “List”? In an attempt to condense the massive number of custom properties needed, I was hoping to pass all of the info into a custom property of type List and then iterate over them like an array or use syntax like “propertyo2]” to only pull values needed. However, I can’t seem to figure out how to access the values, especially in SMS.
I’ve attempted to use a sort of basic array syntax, such as “person.Reminder_OnBoard_Infoe0]” and I’ve also attempted to leverage the {% for %} block. Is this possible with profile properties or only with event variables?
Any help or ideas are definitely appreciated! Thanks!!

- Ryan