So I have a workflow that goes through a series of people picker and status fields to determine who to email. I am using if/else statements. If the email has been sent to approver 1, it goes to approver 2. If it has gone to approver 2, it goes to approver 3 and so on. Here’s the issue. When a new item is created, it sends the email to approver 1, just like it should. When I check the workfow status, it shows that the workflow is suspended. Has anybody seen a suspended workflow that is doing what it’s supposed to be doing?
Did you try removing the actions from the app step? I’m not seeing a reason for having any of it inside the app step. Are there actions not shown in the screenshots?
There are potentially 5 actions that can happen. It is always the last action, whether or not that action is number 1,2,3,4,5.
Thank you Mary. I actually know which action it is failing on. I just don’t know why it’s picking that action to fail on. As far as I can tell, it is the same as all the other actions that successfully execute.