In child pipeline1 I passed if condition in that true statement variable 1 is executed and in false statement variable2 is executed.
Now in ChildPipeline2 parameter I am passing value is @or(activity('childpipeline1'). output.pipelinereturnvalue.variable1,activity('childpipeline1'). output.pipelinereturnvalue.variable2,)
Now 2 cases when true statement executes and variable1 executes the expression is working.
When false statement executes and variable2 executes the expression is not working
Now 2 cases when true statement executes and variable1 executes the expression is working.
When false statement executes and variable2 executes the expression is not working.
I am getting an error like cannot evaluate because variable1 doesn't exist



