Hi all,
I am working on a Flow that does the following: when an item is created/modified, Flow checks a particular field that has about 5-7 different options. If the field contains one of four specific answers, it sends one version of an email. If it DOES NOT contain any of those 4, it sends a different email. My current flow works - but it is always failing the conditional, and thus only sending one type of email (the email for the "if not" section). Would someone be able to proofread my Flow to see where I am going wrong? I feel like I'm so close!
Thanks!
Solved! Go to Solution.
Figured it out! I didn't even need the array or compose actions... I just needed to change my conditional to be "Type2 value" instead of just "Type2". Thanks for the help!!
Hi @tdwils
Did you check the run history and see the data? Compare with the condition.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi @tdwils
Also you have multiple OR conditions. Best way to debug this keep only one condition then test the flow. Add the next and so on. This will help where it is failing.
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogFigured it out! I didn't even need the array or compose actions... I just needed to change my conditional to be "Type2 value" instead of just "Type2". Thanks for the help!!