Is there an updated way to loop through the collection and display the results in an email being sent by Forms?
I'd like to show some fields in a collection in an email. And I'd like to list them in groups by collection.
Currently, if I reference the field in a collection, all values are dumped out in at once.
Something like:
{/dataset/Collection_1/field1[1]}
{/dataset/Collection_1/field2[1]}
{/dataset/Collection_1/field3[1]}
{/dataset/Collection_1/field1[2]}
{/dataset/Collection_1/field2[2]}
{/dataset/Collection_1/field3[2]}
I'm not sure how to loop through the index of the collection. This seems like it should be built in to Forms, but I may have to create a workflow just to send an email.