Data validation isn’t available in Airtable, unfortunately. If you have a Google account (or other survey/form service), you can use an automation to pull the form data:
Data validation isn’t available in Airtable, unfortunately. If you have a Google account (or other survey/form service), you can use an automation to pull the form data:
Thanks for the info, Andy.
Your best bet is to use a third party form tool for data validation.
However, it is possible to configure an Airtable form so that it cannot be submitted if a number is too high. This involves the use of a required, conditional single select field that has no options.
- Conditionally show the single-select only if the number field is over 100.
- Make the single-select required, but give it no options so that the form cannot be submitted.
- Display the single-select as a list to hide the drop-down.
- Edit the label name and/or help text for the single select to provide feedback to the user.
- If you also have a minimum value, adjust the conditions for the single-select accordingly.
This system is not nearly as robust as a proper form tool with actual data validation. The error text that Airtable shows when the user tries to submit the form when the number is too high will be confusing to the user. However, this system does work if you cannot use a 3rd party tool.
-Kuovonne
Your best bet is to use a third party form tool for data validation.
However, it is possible to configure an Airtable form so that it cannot be submitted if a number is too high. This involves the use of a required, conditional single select field that has no options.
- Conditionally show the single-select only if the number field is over 100.
- Make the single-select required, but give it no options so that the form cannot be submitted.
- Display the single-select as a list to hide the drop-down.
- Edit the label name and/or help text for the single select to provide feedback to the user.
- If you also have a minimum value, adjust the conditions for the single-select accordingly.
This system is not nearly as robust as a proper form tool with actual data validation. The error text that Airtable shows when the user tries to submit the form when the number is too high will be confusing to the user. However, this system does work if you cannot use a 3rd party tool.
-Kuovonne
Thank you, Kuovonne!
Your best bet is to use a third party form tool for data validation.
However, it is possible to configure an Airtable form so that it cannot be submitted if a number is too high. This involves the use of a required, conditional single select field that has no options.
- Conditionally show the single-select only if the number field is over 100.
- Make the single-select required, but give it no options so that the form cannot be submitted.
- Display the single-select as a list to hide the drop-down.
- Edit the label name and/or help text for the single select to provide feedback to the user.
- If you also have a minimum value, adjust the conditions for the single-select accordingly.
This system is not nearly as robust as a proper form tool with actual data validation. The error text that Airtable shows when the user tries to submit the form when the number is too high will be confusing to the user. However, this system does work if you cannot use a 3rd party tool.
-Kuovonne
amazing! alternative solution