0
votes

I want to obtain a parameter from pipeline output. Currently as per my knowledge Azure data factory pipeline output can not be customized. Hence I want to pass my output string in pipeline parameter, to be able to extract it from pipeline output json.

1

1 Answers

0
votes

The output of a pipeline is an output of an activity with in that pipeline . You can use the "Execute Pipeline" activity and trigger a new pipeline .