I have a copy activity which is set to skip incompatible rows and logging enabled. It is logging skipped rows to a folder ../copyactivity-logs/{copy-activity-name}/{runid}/some-file.txt
I want to store these logs into sql server database with a specific column showing at which activity it failed. How do I get the activity name using dynamic expression?