I know this is an old topic, but I just ran into this issue as well when using a connector to pass along a boolean value. Instead, it was sending a string.
In case it helps someone else, I was able to get past it by using the ".is_true?" formula instead.
[datapill].is_true?
This returned a boolean value instead of a string.
Send us a ticket, we will try our best to assist you with your problem
Andreas. schaefer
Json response returns booleans as stings
When returning from a API request or a function call where result schema has a boolean property, the resulted JSON has a string value instead of boolean.
Hope this is enough information to reproduce :)
Regards
Andreas
Expected behavior:
Actual response:
1 person has this problem