I have an api with a boolean input (see pic1). on event = success of the api call, I have a switch based on that input (see pic2).
however, it seems the input is always valued as not true.
even in you set the default value as = true in the editor, the value in the switch is undefined.
thank you.