Skip to main content
Nintex Community Menu Bar

How to validate a single line text box in a repeating section using Regular Expressions

  • January 11, 2018
  • 2 replies
  • 17 views

Forum|alt.badge.img+1

How do I validate a single line text box in a repeating section to take values only in between -101 to 101. The value entered can be -100.9 (any number of decimals) and 100.9(any number of decimals) but not -101 or 101. Please help.

2 replies

Forum|alt.badge.img+9
  • January 11, 2018

use range validation:

212055_pastedImage_1.png


Forum|alt.badge.img+1
  • Author
  • Novice
  • January 11, 2018

Hello Manfred, 

This helped me. Thank you very much.