A view has a part number field that requires the first two characters are letters, and the last four are digits (for example, AB1234).
How do you ensure that the correct pattern is entered when the user exits the field?
Configure a validate rule on the flow action to validate the field with boolean logic.
Configure an edit validate rule and call it from a validate rule in the relevant flow action.
Configure an edit validate rule and reference it from the property rule for the field.
Configure a validate rule to use input-qualified validation configuration.
Submit