Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithThere a few ways to do this, but none of them are as "clean" as you may wish. And, these are not necessarily "supported".. in other words, your mileage may vary.
Both methods are going to require that you separate your graph into two peices.. a "parent" and a "child", where the parent graph collects the parameter values and passes them to the child graph.
One way is to examine the format for the BRP/BRS files that are associated with your graph. If the parent graph can re-write those properly, then when you load the child graph, it will read the parameters.
The other (and perhaps better) way is to use a node called "ExecuteBRX" -this node can execute a child graph multiple times, passing new parameters each time.