Sorry I didn’t understand your first post. That is the expected behavior actually
it’s because by defaut, Yes/No field are considered like a NO since it’s empty when created
That make sense ?
In that case, would you happen to know how I can make the icon visible only when:
The field is not empty AND
The field value is “NO”
I tried using multiple conditions, but there doesn’t seem to be a condition for when a boolean variable is not defined. There is only:
is it Yes?
is it No?
“:formatted as…”
This functionality (where an icon is visible or not based on the value of a boolean variable) is important in our app, so any help would be great.
BTW, are you part of the official Bubble help team, or just a helpful community member? I ask because our account comes with 2-day support and it may be time to describe this issue to the Bubble team, depending.
For a boolean, this is nomal : EMPTY <=> NO
When the new Thing containing your boolean is created, can’t you just define value =yes ?
I’m just helping.
If I define the value = yes, then the icon will show. That should only happen when the user has taken a particular action. I set the boolean to be yes once the user takes that action.
PS: I’m checking with the bUbble team to see if they can chime in. I’d like to avoid using two booleans, plus there is the matter of porting all the existing data that I already have.
Not sure we want to operate a change there. Our boolean value is indeed ‘empty’ == false, and i think we’ll keep it like this. So in this case, you probably need too booleans.