Hi,
I've been struggling to find a reference to enable a constraint attribute rule that only allows users to input text as "##-#####-##" for a specific text field. I'm happy to have the user input this manually or have the dashes automatically put in.
I tried the below:
text($feature.accountname, '##-#####-##')
I'm avoiding creating a new field to perform a calculation rule as I can't really change the schema at this current time due to connected services.
Would appreciate any and all help