Hello,
I want to use a rather complex selection condition, but they don't work. For example:
((Server1.AttributeA == 1) == (Server2.AttributeB == 2))
or
Math.If((Candidate.Node.AssociatedObject.Is.TypeA),something)
I checked my conditions extensively and they should work, but they dont. It seems only "simple" selection onditions work.
Does anyone know something about that?