I am not sure what is wrong with my flow. It keeps sending multiple email notifications when condition 2 is met. Look forward for any advise 🙂
Hi @Fiskan
One question, do you need to trigger the flow only when the item modfiied has Approval Status Value as empty ?
if yes then change the trigger condition to this :
@empty(string(triggerOutputs()?['body/ApprovedStatusValue']))
Nived N 🚀
LinkedIn: Nived N's LinkedIn
YouTube: Nived N's YouTube Channel
🔍 Found my answer helpful? Please consider marking it as the solution!
Your appreciation keeps me motivated. Thank you! 🙌
Here you go @Nived_Nambiar for the no branch flow. and there is no error per se, there is just long runtime. it takes awhile to run and eventually nothing shows up.
Do you have any update item in no branch as well ?
Kindly let me know ?
Show me the error which you got 🙂
@Nived_Nambiar just to add on, even my 2 trigger cond after putting single quotes, it causes runtime for my flow. 😞
Tried the trigger you recommended above. Hm, not working so far. it sent me 4 same mails so far. haha
Hi @Fiskan
Also give a try with this trigger condition only 🙂
This will trigger the flow when the status is not rejected
@equals(equals(triggerOutputs()?['body/ApprovedStatusValue'],'Rejected'),false)
Let me know whether it helps you as well 🙂
Nived N 🚀
LinkedIn: Nived N's LinkedIn
YouTube: Nived N's YouTube Channel
🔍 Found my answer helpful? Please consider marking it as the solution!
Your appreciation keeps me motivated. Thank you! 🙌
Hi @Fiskan
put single quotes around the highlighted ones 🙂
Nived N 🚀
LinkedIn: Nived N's LinkedIn
YouTube: Nived N's YouTube Channel
🔍 Found my answer helpful? Please consider marking it as the solution!
Your appreciation keeps me motivated. Thank you! 🙌
Hi @Nived_Nambiar ,
Thank you for the input. The trigger condition is for me to set a flag to stop the flow from rerunning. 🙂
But now that you mentioned about using the status field...i am giving it a shot.
I am trying to add trigger condition as such but got an error:
Anyway here is my update item details:
Hi @Fiskan
I got why the flow sends the email notification multiple times, when condition2 is satisfied, the Yes branch updates the same list item and sends the email, since the list item is updated it agains the trigger the same flow which causes the flow to trigger.
Also i need to know about the trigger condition which you have placed there , could you give more context of that?
Also looking at update item , you are updating item as rejected, may be we can create a trigger condition which checks whether the item status is rejected, if yes not trigger the flow 🙂 ?
Also show what youa re updating in list item 🙂
Let me know 🙂
Nived N 🚀
LinkedIn: Nived N's LinkedIn
YouTube: Nived N's YouTube Channel
🔍 Found my answer helpful? Please consider marking it as the solution!
Your appreciation keeps me motivated. Thank you! 🙌
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1