Checkboxes Help
Status: Closed · Asked by jessicadanielle on · 0 views
I'm trying to have a checkbox ticked from a form in QuestionScout. I have the value of the checkbox to be 1 but it is not ticking when testing the flow. Should I be doing this another way?
Screenshot 1: Shows the value I'm using
Screenshot 2: Shows what the value Notion returns if checked
Screenshot 3: Notion database
Attachments



Hey @jessicadanielle
In Notion to pass the checkbox value then you have to choose "true" or "false" instead of 1 or 0. For ease, you can use the "Lookup Table" action step to change the value to true if a user has marked the checkbox.
So, for every checkbox field, you have to design a Lookup table like the attached screenshot.


Hey @jessicadanielleIn Notion to pass the checkbox value then you have to choose "true" or "false" instead of 1 or 0. For ease, you can use the "Lookup Table" action step to change the value to true if a user has marked the checkbox.
So, for every checkbox field, you have to design a Lookup table like the attached screenshot.
Thank you very much!!