Number validation regex is not working

tpeleg
Tera Expert

Hello experts,

 

Seems like the OOTB Number validation is not working at the service portal (number is not recognized as number).

I'm using standart variable field single line text (mandatory) and the OOTB Number validation regex.

 

tpeleg_1-1701193728865.png

tpeleg_0-1701193712589.png

is this a known issue?

Thanks,

 

Tomer

1 ACCEPTED SOLUTION

Samaksh Wani
Giga Sage
Giga Sage

Hello @tpeleg 

 

Modify your regular expression to this :-

 

^[0-9]+$

 

Plz mark my solution as Accept, If you find it helpful.

 

Regards,

Samaksh

View solution in original post

2 REPLIES 2

Samaksh Wani
Giga Sage
Giga Sage

Hello @tpeleg 

 

Modify your regular expression to this :-

 

^[0-9]+$

 

Plz mark my solution as Accept, If you find it helpful.

 

Regards,

Samaksh

tpeleg
Tera Expert

Thank you @Samaksh Wani - works now as excpected!