7

Snartsheet requires checkbox values of "true" or "false"

Microsoft Flow only passes booleans as "True" and "False" so the API rejects the data.

Comments
  • 5
    I don't know why Microsoft did that, but .NET is doing this shit, too. If you use an API in C# without a wrapper for it, you gotta use a .ToString().ToLowercase() on the fucking bool.
  • 0
    If True: return true? Or something?
  • 3
    Enterprise development is something else entirely. And it's always terrible. Always.
Add Comment