Help

How to limit the length of a single line text?

7511 4
cancel
Showing results for 
Search instead for 
Did you mean: 
Tim_Bourguignon
6 - Interface Innovator
6 - Interface Innovator

Hi there, has anyone found how to limit the length of a single line text? I need my users to enter a few words as a description, but would like to prevent them from entering a roman (say more than 100 chars) in there. Any idea?

4 Replies 4

There’s no way to set a hard limit on the field in Airtable. Typically in a case like this, I’d use an alert triggered by LEN({Input})>{Limit} — but since you can’t make use of calculated values in a form, this won’t work for you. About the best you can do is to mention the desired length in the form’s field description and hope for the best…

Hello ! Thanks for your answer. Can you detail how you trigger an alert please ?
My usecase is pretty much the same. I would like to limit field characters or at least color the line that have a lenght problem.

Thanks in advance !

nea_lpatil
7 - App Architect
7 - App Architect

@Simon_Vacher

You can

  • Show Warning
  • or just show shorter text and hide longer text

Check the following base for formulas

Simon_FieldLength.JPG

Neal

Moe
10 - Mercury
10 - Mercury

If you would like to have a character limit for text fields, we have built a form for Airtable that supports this feature.