Can't Bubble display the "0" value?

Using the city voting’s tutorial as example - when adding a city, tutorial make you input “1” as initial value in “vote”. If I use instead “0”, and it will list in the UI and in DB view as blank space. If I edit the value to “0” in DB view, it will appear there, but still not in app’s UI.
It will only display when it’s 1 or higher (didn’t check negative values),
Is it possible to display 0 in UI?

I had an issue with this earlier today as well. I feel like it has worked fine in the past. I ended up using a workaround where I used a conditional statement to change the text I was displaying.

1 Like