I’ve built an app that was running nice and smoothly both on the browser and the mobile app.
Now, all of a sudden, for some reason there is a field that simply won’t appear in any of the views, even though it’s set as required and not hidden or anything like that.
I’ve also checked the slices I am working with, and they are included there.
I have already tried regenerating columns, but no success.
I’m sorry, I forgot to say that it doesn’t appear when I am submitting/adding a new entry. When I see saved entries it does appear (when they contain some data).
Most likely the Valid_If condition is such that there are no valid values. If so, it will not show in the form because there is nothing you could enter that would satisfy it.