Pass Data to Subflow

I have two complex flows, and I want to trigger the second flow from a run subflow step in the first flow. Am I able to pass all the Flow Data from the main flow to the subflow?


If not, I may need to merge the two flows. Is there any way to copy steps from one flow to another?

Comments

  • Templates are used for copy/pasting groups of flow steps from one Flow to another, I believe that was what Sami was referring to in our previous reply. Once you've created the template, you can drag a copy of it into any flow just as you would a standard Flow step.

    As for passing data into Subflows, this can be done by defining Input Data within the Subflow.

    This is where we'd define all of the data this flow needs to run. Once we've defined it, these inputs will be available whenever this flow is dragged out as a Subflow step, just as they would with any other step.

Sign In or Register to comment.