Checkbox value not sending in POST request to Xano
Hey everyone ! I ’m new to Toddle and could use some help with an issue I ’m having sending a checkbox input to Xano via a POST API . Everything else in my form is working fine — all other inputs are passing through to Xano — except for the checkbox . I ’ve tried a bunch of things , but can ’t seem to get it to work . Here ’s what ’s happening : If I manually update the initial value of the checkbox variable (e .g . in the variable panel ) and run the API , it works — the value is sent to Xano correctly . But when I use the actual checkbox input in the form and check /uncheck it , the value doesn 't get passed through to Xano . Sometimes the value becomes undefined or gets sent as a string instead of a boolean . I 've added photos of my set -up . Any help would be so appreciated ! hey , the event value might not give you the value you wished for – mind you flipping the boolean with a "not " formula ? 💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1💯1👍1Hey @Pascal - I have another related question for you . I 'm now trying to calculate whether someone is over 18 based on their date of birth and send that as a boolean value (over _18 ) in my API request . I ’m not sure what I ’m doing wrong (probably a few things haha ) , but this is the setup in the body of the API . might this help ?