I have a 13-digit validation set as a regular expression. This means users can onli input numeric values and and must be excatly 13 digits.
“[1]{13,13}$”
When I import I want to validate the import first.The system does not block it or allow rollback.Can anyone hlep.