There’s currently no field validation in Airtable anywhere. Given that there’s no proper answer to your problem, here are a few “solutions” I can think of:
- Add a checkbox at the end of the form that says “By checking the box I acknowledge that a form submitted without a budget code will result in a stapler being thrown in my general direction.”
- Since the budget code has a fixed format of four number sequences joined by hyphens, break the form entry into four separate boxes and join them yourself using a formula (e.g.
{Part 1}&"-"&{Part 2}&"-"&{Part 3}&"-"&{Part 4}
). However, considering your users are already having problems with a single field, this would seem like a recipe for disaster.
- Use Google Forms or another service and then paste the results into Airtable.
There’s currently no field validation in Airtable anywhere. Given that there’s no proper answer to your problem, here are a few “solutions” I can think of:
- Add a checkbox at the end of the form that says “By checking the box I acknowledge that a form submitted without a budget code will result in a stapler being thrown in my general direction.”
- Since the budget code has a fixed format of four number sequences joined by hyphens, break the form entry into four separate boxes and join them yourself using a formula (e.g.
{Part 1}&"-"&{Part 2}&"-"&{Part 3}&"-"&{Part 4}
). However, considering your users are already having problems with a single field, this would seem like a recipe for disaster.
- Use Google Forms or another service and then paste the results into Airtable.
I really enjoy number 1 the best and really wish I could use that! :grinning_face_with_smiling_eyes:
I know that airtable has an integration with google drive, is there a way to make a response from google forms go directly to airtable?
I really enjoy number 1 the best and really wish I could use that! :grinning_face_with_smiling_eyes:
I know that airtable has an integration with google drive, is there a way to make a response from google forms go directly to airtable?
You can do it through Zapier; I believe there’s a pre-built “Zap” that will create/update an Airtable entry from Google Forms (it might be listed under Google Sheets, since that’s where the submitted data gets stored).