Restrict validation on integer and date properties.
We have a requirement to restrict the validation on format of integer and date fields
For example : I have a screen flow which has 2 screens. In the first screen we have one Integer fields and one date field.Our requirement is to show error messages on last screen (2 screen here).We checked allow errors check box to allow user to proceed to next screen, but when the user enters alphanumeric value in integer field or date field, pega throws a error as IntegerValueBadFormat and does not allow the user to move to next screen. This is because the error message on the primary is not getting cleared. May I know how to handle this..
Thanks in advance.