In Azure Data Factory I created a pipeline with several copy data activities. As soon as one of them crashes I want that it continues to the next step and that it sends an e-mail with the error.
The mail error action is correct. When I link it to just one activity and let that one crash on purpose it does send the mail correctly. But when I link it to multiple and it crashes (even the last step) it doesn't send an e-mail.
What am I doing wrong here?
The e-mail step is quite simple, it's set that it triggers an Logic App which sends the actual mail via office365.