@Gieger, Alfred Welcome to Microsoft Q&A forum and thanks for reaching out here.
Thank you for sharing detailed information about the experience you have gone through. I agree that there is not enough clarity or samples in the public document on how to utilize dynamic content feature in additional column feature in copy activity of ADF.
But as called out in the documentation, the dynamic content more helpful when you want to define the value of column that is defined in additional column section.
The below setting of dynamic content is useful when you want to pass static column names and their value from pipeline parameters or pipeline variables at runtime as shown in below example.
For example, I have a parameter that holds the additional columns and their value to be passed dynamically to the source settings,
Parameter details:
Name: additionalColumns
DefaultValue: [{"name": "<column1>", "value": "<value1>"}, {"name": "<column2>", "value": "<value2>"}]
In Copy activity source configuration, I can just refer to above additionalColumns
parameter using dynamic content to define the additional columns and their values that I would like to copy to the respective sink data store.
And when you do a preview of source data it looks like below: including the additional columns defined using pipeline parameters.
Hope this clarifies. If you have any additional feedback regarding this feature or if you have any improvement suggestions, I recommend you to please submit your detailed feedback in IDEAS forum here : https://feedback.azure.com/d365community/forum/1219ec2d-6c26-ec11-b6e6-000d3a4f032c All the feedback shared in this forum are actively monitored and reviewed by respective product owners.
Kindly share the feedback link once it is posted so that we can also share it with respective product owners to further review it.
Also, we received your feedback that earlier answer provided by Subashri on the thread was not helpful.
Kindly let us know what we could have done better to improve the answer and make your engagement experience good. We are here to help you and strive to make your experience better and greatly value your feedback.
I have provided a detailed answer which clear steps on the feature usage, for which you are looking for.
If you wish, you may consider re-surveying/rating for the engagement you received on the thread. Your feedback is very important to us.
Looking forward to you reply. Much appreciate your feedback!
Please don’t forget to Accept Answer
and Yes
for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.