Hi @sachinl
Your flow seems to be wrong here.
- Read text with template - fine
- For Each - here you are looping through the template, which is not right
- 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
If it works, please also make sure to mark my answer as the solution too…