Hello,
I am currently working on automating a chemical inventory database for my employer.
My workflow is doing everything I want, but when I output the data, the column of CAS registry numbers is sometimes converted to date format instead of keeping the dashes between the numbers. It is converted if the amount of numbers correspond to the date format E.g. XXX-XXX-XXXX ==> XXX/XX/XXXX
Is there a RegEx I could use to stop this from happening or maybe use the AutoField tool?
Thank you!
-Jackson