In 24.2 if we are setting property level Error message from Form refresh settings with Data transform(For client side validation).
When we enter the value and click outside, we can see the validation error message. But if we submit the screen, we are able to submit the screen even though error is displayed on screen which is set via Flow action Form refresh settings. This error is not stopping user from submitting the screen. With form refresh settings we cannot stop user from submitting the screen?
What kind of validation is done using the Form Refresh Settings? Could you please configure the validation rule in your Flow action rule to prevent users from moving forward if there is an validation error?
Try using a validate rule on the flow action to prevent the user on submit. If you need to show the error message before submit then you can keep the way you’re using it now with the DT, also add the same logic in the validate rule in the flow action.
Product team has confirmed that this is a missed use case. Please configure this validation with edit-validate\Validate rule for now while the fix comes in 25.1.
@SohamM95 used the validate rule on flow action, working well too but when I am switching between radio buttons the error from the previously selected radio button is still showing on the UI.
how can we remove those valudation errors from the current screen