Don´t save value if validation field triggers

Certified Associate Developer

So, i have a date that cannot be > than today(), so i have a validation field. But when I enter a wrong date, the validation field triggers but it saves the save value into my rule input. It is possible to don´t save the value if the validation field triggers?

  Discussion posts and replies are publicly visible

Parents Reply
  • Stefan is correct, and to expand on this I don't think you would even want the behavior you specified. Suppose that you altered your date field so that if the user entered a date greater than today it wouldn't save. In that case they would enter a date, and then if it didn't meet the criteria the data would disappear. It's actually a good thing that the value saves so that the user can see the results and understand how to fix it.

Children