Hey, You can use Get meta data activity and its property of IsExists. If file exists is True, then proceed with True else skip
Azure Data Factory copy activity fails
arkiboys
9,686
Reputation points
Hello,
My copy activity reads from a directory.
if the file is not present in teh directory then it fails.
How can I prevent this failure so that the pipeline continues to the next activity? because in the next activity I have a if condition
thank you