I wish to dynamically add column in Copy Activity inside a foreach loop. The Copy Activity is inside a for each loop , and the Source table is dynamic value from a lookup table path outside the for each loop.
The error i get is :
Error details Error code 2200 Troubleshooting guide Failure type User configuration issue Details The value of property 'additionalColumns' is in unexpected type 'IList`1'. Source Pipeline TEST_IncrementalLoad. How do i add the dynamic column value in each loop from the lookup table? i tried to add a parameter, but the result is as above.
thanks




