Check box evaluating to empty instead of true or false

I have a weird bug in my app (both dev and live versions) which has just started happening in the last couple of days.

Specifically - I have two checkboxes in my app. When I try to save the data with a workflow, they should either evaluate to yes or no (checked or not checked). In the last 2 days I have seen this field be empty for many users.

I tried to replicate the issue here but was unsuccessful: https://bubble.io/page?name=index&id=checkbox-bug&tab=tabs-1

But I am convinced this is a bug. See attached screenshot. Help?!

1 Like

Ok I was able to replicate it. See https://bubble.io/page?name=index&id=checkbox-bug&tab=tabs-1

The issue is that the checkbox has a dynamic value and is referencing an object that is not created yet (hence evaluates to empty).

I still believe that it should evaluate to false because the check is not checked.

This topic was automatically closed after 14 days. New replies are no longer allowed.