Passing in null query parameter as 'param=null' results in Bad Request error
I am using FlutterFlow for my front end. I have a boolean input field in my Xano endpoint where the field is not required so it should take a null value. In FlutterFlow, when I don't include that boolean field in the query parameters, it sends the query string like '?param=null' which results in a Bad Request error from Xano because Xano wants null values passed in like '?param='. My question is, how can get around this? Would Xano please consider accepting the string 'null' for boolean input parameters and interpreting that as null? I cannot change the way FlutterFlow sends the null boolean value.