Flow Run Error on Production Workflow

Flow Run Error on Production Workflow

Comments

  • We started having problems on Friday evening with one of our production work flows. It seemed that it was not taking/recording assignments in the Process Folder. This morning, the assignments are assigning correctly but we did get a Flow Run Error associated with a test run in Production.

    [img]att1[/img]

    [color=rgb(0, 0, 0)][font=Calibri, Helvetica, sans-serif]Hope you help us identify what is happening here. The flow works perfectly in test, and had been working correctly up until Friday evening[/font][/color]

  • This error is telling you that the Get Item by Index step is getting passed in a NULL list which is throwing an exception. You might need to add handling in the flow if the list can be null.

Sign In or Register to comment.