Help

Re: Data quality & data validation

1293 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Nicola_Mondinel
4 - Data Explorer
4 - Data Explorer

I’m doing a deep software selection and i’ll evaulated a lot of other software like airtable, and i have to say that Airtable is what i can say the best in class if we consider the 90% of the use cases our company needs.
What it seems to lack, but i cannot realize it clearly (it seems to me so fool) that its not possible to do data validation. Let’s say a simply use case: I want my collegues to fill in the hours spent on various task (not in real time with the time track app, but simply at end of the day or of the week). In airtable is simple: new grid, i add a column TIME SPENT of type INTERVAL and i’m lost? i can i force to insert only an x number 0 < x < 8 ? i dont want to let them fill in a WRONG record and with automations try to send email, rewrite numbers or other thing: simply to forbid a wrong insert if it does not respect the restriction rule.
I’m not sure it is not possible, but i’ve invested a lot of days of study and i only found workarounds.
It looks very strange to me that a product of this tier lacks such a feature: its not a good practice to accept incorrect records and check them after, data quality is to be done BEFORE the insert.
Is there any solutions?
(my use case of time insertion was only one of many data quality check that i need for our workflows implementation)

4 Replies 4
Per_Carlen
7 - App Architect
7 - App Architect
Nicola_Mondinel
4 - Data Explorer
4 - Data Explorer

It’s a nice try, but not useful in Real Life case. User can bypass It.
Out Company Is searching a solid tool. in our mind data validation is a core functionality for a business workflow.

You can use scripting step for it. Don’t need to be developer to make smth similar. (of course, if you need stronger validation, you may add new expressions at will, but you’ll need to read docs then)

Annotation 2021-09-18 010653

065412

1-trigger
2-scripting, use values from #1
3-update, using #2 output

create ‘validate’ field, let script define OK/notOk

(example - you may use other automation to delete notOK records and warn it’s creator by email. there any many options)

I can update the script code to fetch input validations from read-only location i.e. some API endpoint and then user cannot bypass it by changing the validations from the table but still they can simply ignore using the scripting app and enter values directly. You can either validate data afterwards at the end of each day or week or before entering it into the base using the scripting app, there is no real time data validation by airtable yet and these are workarounds and if your users are smart enough to workaround around workarounds then I suppose airtable isn’t good tool for your workplace.