Duplicate Error Message on Screen Removed using mentioned ways

at sometimes due to using edit validate rules on property, we may face this issue because of edit validate getting called multiple times it may be because of data transform setting the value for the property

We can remove the duplicate error messages occurring twice on the screen by two ways

  1. if data transform is used which sets the value to the property having edit validate rule, we can add below steps in Data transform at beginning so that it wont be set twice

  2. or can set the value of the property to pxclearMessage function in Data transform before pproperty set message step

remove message.png

@GauravL12

Thank you for sharing how to remove this error message!