Hi everyone,
I’m working on a project that involves processing data from a Webflow webhook (form submissions) and updating an Airtable base.
Each submission includes boolean values for checkboxes (e.g., ‘Checkbox_1:true’, ‘Checkbox_1:false’). I’m looking to convert these boolean values in a specific way for use in a Multiple select column in Airtable:
- When the value is
true
, I want to convert it to [SPECIFIC WORD]. - When it’s
false
, the value should remain empty.
I’m unsure how to reformat these data correctly for use in Airtable. Has anyone dealt with a similar situation or could provide some guidance on how to approach this transformation?
Any insights or suggestions would be greatly appreciated!
Thank you!