I'm new to Airtable and I need a formula to check a box from a form submission.
IF >=0, 3>= then True (Checkbox 1)
IF >=4, 6>= then True (Checkbox 2)
IF >=7, 9>= then True (Checkbox 3)
IF >=10, 12>= then True (Checkbox 4)
I have an automation that sends a specific email based on the selected boxes, but I do not have the time to manually check the boxes. I also tried setting an automation to check the box if it meets criteria but that isn't working either.
Any help is greatly appreciated.