Looped Assignment Generates Extra Assignment

Looped Assignment Generates Extra Assignment

Comments

  • Hi,

    Hope someone can help here. Currently we can process more than 1 approver. We have an API that will call the Create approvers flow and will create multiple assignment one at a time. We are using a FOR EACH loop to process each approver/assignment. However, there are times where we might have 4+ approvers to process through the FOR EACH loop (shown below) and the Item Index does not increment. It seems when in debug there is an NULL assignment created and the state is “Flow Completed”. Can you help me to understand why an extra assignment is being generated in the flow?

  • Hi,

    To resolve, you will need to place your assignment process into a separate sub flow and run the loop on the new sub flow. This should alleviate the issue with the extra assignment.

Sign In or Register to comment.