Dependent choice and invisible components

Are you using Pages?
If so, could be related to the issue reported below…

I believe a fix is on the way for that one.

Yes, that’s normal. If you prefer to have something always shown in the UI, what you can do is create an if-then-else column along the following lines:

  • If value is empty, then “Not set”
  • Else value

And then use that if-then-else column in your screen component.

1 Like