Error Creating Multiple Process Folders in a For Each Loop in More Than One Flow

Error Creating Multiple Process Folders in a For Each Loop in More Than One Flow

Comments

  • I have previously been able to create a flow which creates multiple process folders, but I am having trouble getting this to work in a second flow.

    Is there a way that I can make this work for more than one flow?

  • The process folder that is created in the Setup Process folder step will try to attach itself to the top most flow and a flow can only have ONE Process Folder. If you want to create multiple process folders you need to follow the following pattern:

    1. Main flow hits the For Each Step
    2. One the Next" path of the For Each step call a subflow using "Start Linked Flow Async"<------ [b]THIS IS THE KEY[/b]
Sign In or Register to comment.