Checkbox Boolean True / False

Hiya I’m sending data over an API. The call seems to be failing (I think) because the checkbox values are being sent as Yes/no. The dev I’m sending to seems to think the values are being sent as yes / no in apposed to true / false.

Any help on changing the format when checkboxes values to true / false when being sent?

Thanks

I don’t know how your API is set up but you could just have a workflow for when the checkbox is ticked or unticked to set a custom state to true/false respectively and then have the api pull from the value of the custom state instead of the state of the checkbox.

1 Like

Thanks, seems to be a bit of a roundabout way. Thought there would be something conditional set on the check box. Thanks I’ll give it a go.

This topic was automatically closed after 70 days. New replies are no longer allowed.