Hello everyone! I have a flow that send email when the document expiration date is near to 30, 60 and 90 days, the situation is that the flow is sending more than one email, for example if I have 8 documents near to 30 days it sends 8 emails to the same person. How can I avoid that? here is my flow :
I really appreciate any help on this matter. 🙂
We DID IT!!!!!!!!!🏆 THANK U THANK U THANK U THANK U THANK😁🤗
Question... The send email is outside of apply to each 2 or into apply to each 2?
Ok
Not sure why it is like that
Could you try to add again the set varaible action by deleting it. ?
I don't have the assignee email option:
and I create the first variable, like you said
Hi @lcdelgado
For assignee email, give a try like this
At the start of flow, initialize variable named assignee_email like below
While using apply to each value when you adding some details
Use set variable to set email like this
At last in send email, specify that variable in To section
I assume all list have same assignee emails for your use case
Instead of a condition?
Hi @lcdelgado
Actually what i meant is Use a compose function and place the value variable next to get items action , then run the flow
After run, you will see the json structure in that compose section.
Just share screenshot of that so that we can check what is value of assignees emails there
Hope you understand what to do 🙂
Almost there: I have another error:
I don't have another compose 3 on my flow, do I need a new one?