Trying to add 5 Boolean values into my script using JSON, but for some reason the result isn’t true or false, but x or a checkmark. Is there a way to fix this. And is the syntax ok of line 2?
For some inexplicable reason, the Athom developers thought it would make sense for boolean tags in flows to render to “⨯” and “✓”, instead of something logical like “false/true” or even “0/1”
Which means you need to put quotes around them in the JSON argument, and explicitly check for those two characters in your code.