An Azure service for ingesting, preparing, and transforming data at scale.
Hi @arkiboys ,
Thanks for using Microsoft Q&A platform and posting your query.
If my understanding is correct, you want to pass the output of the filter activity to another pipeline via execute pipeline activity. You can't directly use the output value of one pipeline into another .
Rather, you can create a parameter in child pipeline . And, in the parent pipeline provide the value for the parameter.