I didn't explain myself very well. I am trying to
1. walk through the list of emails and find all files that are associated with each email.
2. Make a html table of all the files associated with each email address.
3. Mail each address in the list with a mail that contains the table of all the documents mentioned in 2.
@Pstork1 @ManishJain Problem is the code is not looping correctly. Sending a mail to the output of that array yields this address line:
["email_1@domain.edu","email_2@domain.edu"];
I don't want to mail both at once; I need to mail each one separately. I concluded that splitting the array into two rows would let the apply to each step walk through the list of emails one at a time. Was that reasoning flawed?
Using Split on an array results in an error. Please advise.
If it helps, here is the current code. A Terminate has been inserted to speed up testing--it will be deleted later. Notice the ODATA filter query and sort in the properties step.






Many thanks for any help,
Anne