Hi,
I'm trying to show/hide fields based on the condition of a field value within the Contact entity.
For example:
Field = options are either 'A' or 'B'
I created a business rule to show fields within a section of the Contact entity to show if Field = A and hide if Field /= A
I ensured to activate the business rule and publish, and i even added the condition to check if there was any data first.
I'm at a loss here, currently the fields i want to show/hide just shows regardless of the Field condition of A or B.