Skip to main content
Nintex Community Menu Bar

Nintex Forms How To Prevent Inputting Incorrect Characters On A Currency Control

  • February 15, 2022
  • 0 replies
  • 20 views

KB_Admin
Nintex Employee
Forum|alt.badge.img+8

Topic

When filling out a Nintex Form that has a currency control connected to a currency list column, the form can be submitted if the end-user inputs any character.  This is problematic as SharePoint only allows integers and periods to be entered in this column type.

 

Instructions

Set up the currency control validation with regular expressions using the following expression:

^[. 0-9]+$

Additional Information

User-added image

User-added image