I have a long text field that I put name and email addresses on a new line for each person. I then use that field to propogate the to field in an email with autopilot. I need for it to loop through each line - right now it only grabs the first two people.
Can someone help me with this?
Example data:
Stephanie Bouldin - stephanie@bouldin.com
Gina Gershon - gina@gershon.com
Fred Flinestone - fred@flinestone.com
Snippet:
{if: len(roommates)>0}{=split(roommates, "-")[2]}{key: enter}{endif}