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 :



1) addDays(utcnow(), int(outputs('Days_to_remind_me_in')), 'yyyy-MM-dd')
2) addDays(outputs('Today_+_x_days'),30,'yyyy-MM-dd')




I really appreciate any help on this matter. 🙂