Break the ForEach Loop

Hi @sachinl

Your flow seems to be wrong here.

  1. Read text with template - fine
  2. For Each - here you are looping through the template, which is not right
  3. User list are given as one line in your SMTP, so the way you have done it, we are unable to loop through them.

So, to make it easier, I have created a sample workflow for you. I have also added comments so that you can easily understand why I have used them…

LoopthorughEmailAddressList.xaml (12.2 KB)

Hope this helps you to understand how it should be done in a simpler way :slight_smile:

If it works, please also make sure to mark my answer as the solution too…

5 Likes