Add Comment step in Async Flow

Add Comment step in Async Flow

Comments

  • Hello
    I have an Setup Process Folder step in a Flow and have Add Comment step in a sub flow that runs asynchronously. I am seeing that comments are not getting added to the process folder. Can you suggest what might be the reason for this?

  • Hey
    As the Subflow behavior is asynchronous, we need to attach the data from the Subflow to the Process Folder. For this, we need to use the Attach to Folder step in the async sub-flow ahead of the Add Comment step.

    [img]att1[/img]

    We have to pass in the process folder id from the parent flow into the sub-flow and map this id to the Attach to Folder step.

Sign In or Register to comment.