E9.2 Convert input boolean type to 0/1 for custom request input param

BOster

BOster

Legendary Poster
I have an input param of type boolean (true/false in JSON). How do I convert that to a custom request param that needs it to be a '0' or a '1' string?
 
Is Boolean an option for input type? It’s so just use a rule or custom rule to assign an output string variable?
 
Back
Top