Condition to compare if two fields are equal

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.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.