So I have a collection that pulls values from a table and the user assigns each collection row to an email address. I would like to email each row's information to the assigned person only and not send all of the information to each person. Is it possible to pull this information out in the email html task?
Here is the email as it sends now the Your payment for 1; 2;3;4 are each of the collection rows, 1 should only go to first person's email with the first amount, and 2 should go to the second with the second amount, etc.
P.S. Forms 11...
Here is what I have, and I need to figure out how to get the rows separated:
Your payment for {/dataset/Batch_Warnings/Warning_Number} in the amount of {/dataset/Batch_Warnings/Amount}...to person {/dataset/Batch_Warnings/Email}
I know I can do this in workflow with a for each, just was wondering if I could do it right form forms somehow.