Passing All Data From Parent Flow To Sub Flow
Passing All Data From Parent Flow To Sub Flow
Comments
-
Is there a way to pass all of the custom flow data from a parent to a sub flow, without having to map the inputs individually to the sub flow? I was hoping for a bulk process or single option.
-
[font=Roboto, sans-serif]The best way to do this would be to wrap up all the useful fields into a FlowStructure custom dataType using a Create Data step. Here is some documentation on FlowStructures that has some more information, https://documentation.decisions.com/creating-simple-flow-structure/[/font]