Hey @ESmithNous , thank you for sharing your code snippet and context!
It looks like you’re on the right track with custom properties, but the issue might be with how the exampleArray is being rendered in the email template. To display it as a bulleted list, you might need to iterate over the array within the template itself.
Try using something like this in your programmable module to loop through exampleArray:
{% for item in custom.exampleArray %} - {{ item.firstKey }}: {{ item.secondKey }} {% endfor %}
This should help display each item as a list. Let us know if this resolves it. To our top experts @DEsteva and @Anton any other recommendation for @ESmithNous matter?