Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
How is it possible to merge into one sink the fields from multiple flatten activities in dataflow.
At present I have several flatten activities.
Each of them return several different fields.
I would like to put them into one sink
Thanks
Hi @arkiboys ,
You can try Union
before SINK. Thanks!