Skip to main content
New

Option to convert BIT to true Boolean for Web connector parameter

Related products:Software Factory
  • June 12, 2026
  • 0 replies
  • 2 views

When using a BIT data type in your product and most likely that would have a Checkbox control, it will use a capital letter as a start when you use this value as an input for the web connector:

Example:

{"allow_fallback_to_email": True}

This will not work as lower case is expected:

{"allow_fallback_to_email": true}

The work around is to have something in between to convert this to a string value and then use in the web connector. I find this solution a bit much for the intended goal.

Opting for a feature that enables a BIT data type to be converted to a true Boolean. How or where to have this setting (or perhaps even default behaviour) I’ll leave to the developers of Thinkwise themselves.