Forum Discussion
JensDeveloper
3 years agoContributor II
Hi @vgautam64
I think you can only throw a custom error when the filter snap fails. Otherwise I would recommend using a mapper snap after the filter snap to check if the input is empty or not and fill it with default when empty and then use a router snap to route default to second output and create a custom error message.
Example pipeline below.
custom_error_filter_2023_04_04.slp (6.3 KB)
Let me know if this helps
vgautam64
3 years agoNew Contributor III
This is how the validation looks like when there are no records going through.