Skip to main content
Nintex Community Menu Bar

Data Validation

  • April 21, 2021
  • 2 replies
  • 33 views

I am a SharePoint 2013 user, where I use Nintex Form and I need to create a data validation rule for one of the fields to make sure that the users add the correct data format.

 

Required format;

LLLLLLNNNNNNNNN

L=  letter

N= Number

 

if avail on Nintex form or list column validation

2 replies

Forum|alt.badge.img+16
  • April 21, 2021

Forum|alt.badge.img+8
  • April 21, 2021

Hey,

 

this should be it:

 

^[a-zA-z]{6}d{9}$

 

u have to enter it here: