0
votes

Is there way I can grab the file path from Azure Data Factory Copy Activity Output. I have another activity in my pipeline that I want to use the output filepath for. I would also add the filepath as a value to parameter as well.

1

1 Answers

1
votes

You can not get filepath from copy activity output.

You can set filepath as parameter, and pass that to dataset.

enter image description here

dataset of sink: enter image description here

Then you can pass this filepath parameter to another activity.