API connector paramerer as bool

Is there a way to define the type of a parameter?

My problem is that bubble adds " around my data (bool) while the service I try to use does not.

1 Like

Have you tried using 1 (number) for true?

@Christophe_HK yes I get the same output from bubble still the β€œ0” or β€œfalse”

Forgot to mention that is when I use the POST parameters

same problem here :slight_smile:


I made it work by making the whole JSON as a variable (here : ).
It was way faster to initialize the call this way
And then you can change the JSON in the workflows