In the processor pipeline, is it possible to compare two exported fields to check for equality? A condition like:
fields_equal:
- field_1
- field_2
Which would return true/false. From what I understand from the docs it's only possible to check equality against static values.