Mapping false value from Airtable gets set as true in Webflow

Has anyone else run into this? I have a true/false field in Airtable, and a true/false field in Webflow. In the mapping panel, I set the Webflow field to map from the value in the Airtable field.

In the History, I can see that it is coming through as false (0) from Airtable:

Screen Shot 2022-04-16 at 4.50.04 PM

Screen Shot 2022-04-16 at 4.50.22 PM

but the field is set to true in Webflow.

Screen Shot 2022-04-16 at 4.50.34 PM

Obviously this won’t work. Is there maybe something I am missing? Or is this just a Make bug?

Not a bug, it’s just how Airtable sends its Boolean values. Would use a simple switch() formula to change the value from 0/1 to true/false

3 Likes