How can we pass a dynamically assigned variable from one end of a pipeline to the other?
Our organization has decided that they only want a single pipeline for each integration we develop (no execute pipeline to pass parameters to another pipeline). They say that this is due to the way t...