I have a workflow that has several actions. The first three are working but that last condition actions are failing. The actions are below.
- When a response is submitted - action successful
- Get response details - action successful
- Add a row into table - action successful
- Condition (If the response to one of the questions is ABC, send and email to abc@mail.com, if not move to the next condition if the response to that same question is DEF, send an email to def@mail.com. This continues for 9 conditions.) - action FAIL
When I view the status of each flow it shows that each step has successfully occurred even though I have not received an email. All parts of the workflow are successful until it reaches the condition actions. Has anyone seen this issue or have a solution?