I have a field that is the target of two different field rules. One of them hides it (and other fields) when 'Yes' is not selected on a radio button, the other keeps it and another field hidden depending on what step the process is in.
Based on the documentation, whichever rule has the highest number is the dominant rule for conflicts. In this scenario the field should be hidden whenever the radio selection is not 'Yes', and when 'Yes' is selected it should still be hidden during the specified steps.
What I'm seeing though is that as soon as I select 'Yes', the field pops up even if I'm in one of the listed steps. I know the step rule is working because it's hiding two different fields, and the other one stays hidden. I've tried swapping the rule order but no matter which one is above it always shows up on 'Yes'.