Hello,
I have a problem with my flow, I make the array:
{
"Name": @{items('Zastosuj_do_każdego')?['DisplayName']},
"ContentBytes": @{body('Pobierz_zawartość_załącznika')?['body']}
}
this is my example flow:
and what i got? this 😄
first email:
second email
third email
Do you have any solution how i can face above problem, because I only want to receive one email with all attachments
Solved! Go to Solution.
Hi @MaTis125 ,
You need to take your email sending action out of the apply_to_each loop
Hi @MaTis125 ,
You need to take your email sending action out of the apply_to_each loop
Thank you very much