How to create pin-code using string and digits?

0
"If I want to add ONLY 6 elements like pin code out of which two is letters and four is digits, how to achieve this Constraints? Shall I go to entity to achieve this or  microflow or on the page itself?"  
asked
2 answers
1

Hi @Swagatika Panigarhi,

You can achieve this by calling microflow in the save button,  By adding RegEx & Validation to the Pin Code attribute.

FYR : Please see the below attached Images.

image.png

image.png 

image.png

image.png

answered
0

You can use regular expression to validate the input given by the users

answered