Hi @arkiboys ,
As per your ask- 'If the filter does not return the condition correctly , then I want to have a failure.'
If I understood your requirement correctly, you want to see pipeline failure if the filter activity doesn't meet the condition. That means, if filter activity returns no output, please correct me if I am wrong.
Also, other approach could be to use IF block instead of Filter activity and specify you condition in If block expression and use Set variable activity in True block and Fail activity inside False block.
If the suggested response helped you, please click Accept Answer
and kindly upvote
the same. If you have extra questions about this answer, please Comment.