Forum Discussion
dd_snaplogic
3 years agoNew Contributor II
@bojanvelevski Yes i saw that options of sending unmatched data in error view, but that will also send the data to my error pipeline so route options to error view is not an option.
At the end i used the path similar to what @koryknick suggested. used left outer join and with a filter $input1_abc ==null as my condition for unmatched data.
I do remember earlier it was not like that, I could use !(NOT) condition in the path itself and it used to work.