Inconsistent Regex Behavior
My process does the following Pulls a value in from Excel as text.Checks if the value matches the Regex pattern "^\d{3}$" using the Test Regex Match action.Makes a decision based on the Matched? output of the action. I'm trying to make sure the field...