We use the “Yes/No” result type extensively, especially for conditioning whether or not to display certain UI elements, or to proceed/stop with certain workflows. My common sense understanding is that they function as “boolean”, i.e. true/false - not as actual strings.
However, what I have noticed, once we introduced another language (Dutch), is that the responses also get localized. So when I have a condition to display a UI element, and the condition evaluates to “Yes”, it never actually does anything, because the condition result is actually “Ja”.
E.g. When Expression hasAccess result is "yes"
- is not evaluated correctly.
I have to mention that this happens when I use an Expression from the Toolbox plugin (see Toolbox Plugin | Bubble) - and I set the result type to “yes / no”.
Is this intentional? Or is this an issue on the plugin side?