How can I loop through a list asynchronously in the middle of my flow?

ramsfan2000
edited June 25 in Flows

I am currently looking to loop through a list and map each item in a data structure. I was wondering what how can I start a flow asynchronously in the middle of a preexisting flow to accomplish this.

Comments

  • Kobebills_Decisions
    edited June 25

    Hello,

    In the middle of a flow, you can add the “[Start Linked Flow Async]” step. This is a sub flow that can be run inside another flow asynchronously. By adding this, you can set the number of thread jobs to increase or decrease how many items in the list are being processed simultaneously. This flow can be found in the Toolbox > Designer Entities > Flows > Wizards > [Start Linked Flow Async]. For more information regarding the Start Linked Flow Async step please refer to the following documentation: Start Linked Flow Async Step 

    Thank you,

    Kobe

Sign In or Register to comment.