Hello-
We have a workflow that essentially reads a QR code for metadata information.
The challenge that I am having with this workflow is applying formatting when a social security number comes across. The formatting could be this ######### or this ###-##-####
I've tried a few iterations to apply formatting
###\-##\-####
D3\-D2\-\D4
I am assuming this probably isn't the correct way to do this formatting.
Does anyone have any suggestions on how we'd "reformat" the social security number so that it contains the dashes when the string doesn't have them in it.