incompatible operands of type Record Field and type Boolean.

Certified Associate Developer

In my interface, I have many read-only field. I need to display them only when a field in the table ( isshow is set to true).
For this, I included a showwhen : abcsample.isshow = true. But this is throwing me the below error:

Interface Definition: Expression evaluation error at function a!headerContentLayout: Cannot compare incompatible operands of type Record Field and type Boolean.

In this case, how can I give this condition. Can someone help me here?

  Discussion posts and replies are publicly visible