My flow runs smoothly but does not send the notification to all who apply as it is supposed to. I'm going to share my flow step by step and the list where the information is. I really appreciate any suggestions, examples, or comments to help me find the error.
1.
2.
3.
4.
Today + x days =
6.
Filter Query =
8.
9.
10.
11.
The List:
Hi @lcdelgado
The steps which i have displayed here after you extracted the items from sharepoint by applying filter query. So steps before that remains same. I have used initialized variable TableRows for demo flow design just to make sure it is there.
Nived N 🚀
LinkedIn: Nived N's LinkedIn
YouTube: Nived N's YouTube Channel
Blog: Nived Nambiar's Blogs
🔍 Found my answer helpful? Please consider marking it as the solution!
Your appreciation keeps me motivated. Thank you! 🙌
Nived, question... are you moving the initialized variable into the Scope?
Ok! I will let you know how it goes, Thank You 😊
Hi @lcdelgado
Try like this
So overall logic is
we get list of all asisgnee emails from get items and then loop through distinct values of it and after that we filter the list items based on asisgnee email and then we will append email body and send email.
Nived N 🚀
LinkedIn: Nived N's LinkedIn
YouTube: Nived N's YouTube Channel
Blog: Nived Nambiar's Blogs
🔍 Found my answer helpful? Please consider marking it as the solution!
Your appreciation keeps me motivated. Thank you! 🙌
Yes!
Hi @lcdelgado
so every assignee you have to group the details and sent it right ?
Nived N 🚀
LinkedIn: Nived N's LinkedIn
YouTube: Nived N's YouTube Channel
Blog: Nived Nambiar's Blogs
🔍 Found my answer helpful? Please consider marking it as the solution!
Your appreciation keeps me motivated. Thank you! 🙌
Hi Nived! yes, I can resolve it, what I can't resolve is the email is sending all documents to everyone on the list instead of the documents that belong to the assignee.
Hi @lcdelgado
sorry for late response !
did the issue resolved?
Nived N 🚀
LinkedIn: Nived N's LinkedIn
YouTube: Nived N's YouTube Channel
Blog: Nived Nambiar's Blogs
🔍 Found my answer helpful? Please consider marking it as the solution!
Your appreciation keeps me motivated. Thank you! 🙌
Well I was validated by part and I found the second apply to each wasn't including all the persons, just the last one, so I just moved the send email inside the apply to each 2 loop, and now it includes everyone. I think I moved the send email outside to send individually instead by group.
Thank you very much, that's what I'm doing now step by step, but I can't understand why. 🙁 because it was working well for months and today is not as supposed