Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rboccuzziYou want to use the Execute BRX node, which can run a graph with the input to the node being the parameters that will be used for the sub-graph.
To do this, you want to take the set of nodes that you are currently running and want to iterate over, and make them a separate graph. Take any parameters that you want to supply from the parent graph, and make them runtime parameters at the graph level. Then take that graph and save it as a .brx on your server (File/Save as BRX...).
In your current graph, you would place the Execute BRX node in place of the set of nodes you currently have, and you can then parameterize all those nodes with values from the input to the Execute BRX node.
If you want to get data out of the those nodes (now the sub-graph), and back into the parent graph, you can use the Output BRD File and BRD File nodes for outputting and then inputing into your current graph.
Let me know if you need help or more details in how to do this.
Cheers
Rich