Forum Discussion
tarima
1 year agoNew Member
Passing a variable from one pipeline to another
I'm trying to pass a variable from one pipeline (child) to another (parent). The child pipeline creates a return value variable called Test. It's working just fine. Here is the output. ...
- Anonymous1 year ago
Hi tarima
Create a child pipeline
Create the Parent Pipeline and add an Invoke Pipeline activity to invoke the child pipeline.
"Invoke pipeline"
"Set variable"
@activity('Invoke Pipeline1').output.pipelineReturnValue.TestRegards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
asocorrocognex
Helper II
9 months agoHere's a solution that works:
https://justinjbird.com/blog/2025/using-a-return-variable-from-a-child-pipeline/