Mar 31, 2022 01:55 PM
When I change a status in my record I want to check my data entry.
If this check fail I want to stamp a warning in a popup message or similar because I want that the user knows this.
Somebody can help me? It was more simple in vb but I didnt find nothing about.
Thanks
Mar 31, 2022 04:40 PM
Welcome to the Airtable community!
You cannot create a “popup” in Airtable, but you can have a formula field that checks for errors in data entry. You can also have an automation check for errors and send message.
Mar 31, 2022 11:20 PM
Thanks but I want a message for warning information, I don’t want another field table or a message in a mailbox. I want that a data entry the operator knows what he have to fill before an update.
I hope it’s more easy this explanation.
Aug 14, 2022 03:33 AM
Hi, seems might be a way to do this as i have seen the popup , i also
came from vb prior and was simple.
hope it helps. i can assist if needed
Aug 14, 2022 05:02 AM
It looks like you are seeing a pop-up from a custom extension. While it is possible for a custom extension to create a pop-up, it is. It a realistic solution for warnings when editing data in a grid view. The extension can only check for data changes when the extension itself is running, which only happens when it’s dashboard is open. Plus, it is very hard for the extension to determine what is valid data, especially given that warnings should not appear until after the user is done trying.
Jun 26, 2024 02:53 AM
Hi @francisco_silv1 @kuovonne,
Could you please explain how we can show this alert box? Because I want to Implement the same.