Error message set from Form refresh settings is not stopping user from submitting the screen

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?

@VinodJ87

As a workaround , can the validation be moved to an edit validate or validate rule?

@VinodJ87

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?

@VinodJ87

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.

@VinodJ87

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.

Thank you for the feedback.

@RameshSangili we wanted client side validation. Server side validation is working fine from flow action.

@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

@SohamM95 Hi, is there an OOTB validate rule? or I have to create one? Thanks!