How to compare 2 inputs fields in dmn file

I wanted to compare 2 input fields in dmn file itself.
ex: 1st input != 2nd input

In the feel expression you can use negation - so in the input column for inputOne you could have a line that reads
not(inputTwo) which would return true if the two values are not equal.

It worked Thanks for the solution Niall :slight_smile:

Dear, did u find out how can we compare 2 inputs?