Skip to main content

Popup error after data entry check


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

5 replies

kuovonne
Forum|alt.badge.img+17
  • Brainy
  • 5995 replies
  • March 31, 2022

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.


  • Author
  • Participating Frequently
  • 5 replies
  • April 1, 2022
kuovonne wrote:

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.


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.


  • Participating Frequently
  • 9 replies
  • August 14, 2022
Alessandro_Bru1 wrote:

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.


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


kuovonne
Forum|alt.badge.img+17
  • Brainy
  • 5995 replies
  • August 14, 2022
francisco_silv1 wrote:

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


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.


  • Inspiring
  • 10 replies
  • June 26, 2024
francisco_silv1 wrote:

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


Hi @francisco_silv1  @kuovonne,

Could you please explain how we can show this alert box? Because I want to Implement the same.


Reply