fze
1
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?
fze
3
@Christophe_HK yes I get the same output from bubble still the “0” or “false”
fze
4
Forgot to mention that is when I use the POST parameters
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