I’m using the Xano plugin. One of my requests is an endpoint that has a single input parameter that is boolean. In the WeWeb workflow editor, by default it shows True and False as selectors for that field. If I set it up to use the False value, it actually sends Xano a null value for that input field, which causes my function in Xano not to work properly. I instead have to bind this value to the text string ‘false’.
Is this a bug?