An Azure service for ingesting, preparing, and transforming data at scale.
Solved. Type issue
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
Question regarding capturing error message...
1-Copy activity gets data.
2- from the above activity, there is a failure connection to copy activityError which is to log error message.
3- In copy activityError, in additional column, I have put:
Name Value
ErrorMessage @activity('Copy activity1').Error.Message
The above works fine
Now, I have added a for each loop around the copy activity1
but now, when I validate the pipeline, the copy activityError becomes red on the Value expression of the ErrorMessage and the validation error is:
The output of activity 'copy activity1' can't be referenced since it is either not an ancestor to the current activity or does not exist
Any suggestions?
Thank you
An Azure service for ingesting, preparing, and transforming data at scale.
Answer accepted by question author