Hello,
@Pstork1 -- How can I add the output of the apply to each to an email (one email only).
Any help will be appreciated!!
That's because the variable is an array. To use that in an email you would need to convert the array into an HTML table after you exit the loop. Then you can put that table in the email.
I am trying to generate data to be sent to only email. This is what I have done so far...
I initialized and appended the variable inside the apply to each. However, on the send email, I don't see any dynamic from the apply to each
Yes, you'll need a variable to save the contents from the loop. But some of the design depends on what you are trying to accomplish. Are you pulling data that will all be put in one email? or Pulling data that should generate multiple emails, but not one per record?
Do you mean that I need to initialize a variable? If so, looking at my flow, where do you recommend I add the initialize variable and where do I add the append?
In general the process is to append the values processed in the Loop to an array or string variable and then use the variable when sending the email.
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2