Predetermined mask for fields?

I assume you want to display it like that in your app as well and not just for the Sheet, so my proposal is as below:

  • Build a custom form:
  • Have a number entry to force the users to enter 13 digits. I think you can calculate a string’s length using Glide’s calculated column, so only when they do enter 13 digits will you allow them to submit.

  • Have 4 columns to slice the input into 4 parts, then finally add a template column to add those 4 parts plus the 3 spaces in (XXX XX XX XX).

2 Likes