not sure, but condition on api parameter seems not to work?
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 . @Andreas Møller I am not sure but there still seems to be sth wrong . I have an upload loop . the "request upload url " has a profile _image boolean (pic1 ) . on success of this api I have a condition : set profile image request IF profile _image = true (pic2 ) . I use this in a loop (pic3 ) . in pic3 you can see that if I see log = 1 in console , I should have a "request upload url " api call with profile _image = true (on success of which I log profile _image in pic4 ) . but as you can see from the last image null is logged .