Forum Discussion
del
8 years agoContributor III
@matt.bostrom,
In it’s simplest form, you can do something like this:
With HTML table selected, the payload specified by the Table-data path is injected inside the <table></table> elements. You can add CSS to pretty it up as needed.
- matt_bostrom8 years agoNew Contributor II
Hi Del. In this example it seems that its still only sending to 1 single email address even though I have the $groupBy.OwnerEmail in the TO variable of the email snap. I have it broken out into 2 groups and confirm that via the JSON i see multiple groupBy’s with emails yet its only sending one this way. Any ideas?
- matt_bostrom8 years agoNew Contributor II
actually i believe its the “Batch Size” attribute that fixes this. When i change it from 100 to 1 it seems to behave the way I expect.