Forum Discussion

tarima's avatar
tarima
New Member
1 year ago
Solved

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. ...
  • Anonymous's avatar
    Anonymous
    1 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.Test

     

     

    Regards,

    Nono Chen

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.