Skip to main content
Nintex Community Menu Bar

How to validate date fields inside repeating rows to be adult?

  • July 10, 2018
  • 1 reply
  • 14 views

Forum|alt.badge.img+1

Hello,

I have date fields inside repeating rows. I will like to validate that the date fields are all more than 18 years old (adult). How to do that?

1 reply

Forum|alt.badge.img+14
  • Scholar
  • July 11, 2018

just like for any other control out of repeating section - create a validation rule (likely) assigned to the date control which check that difference between date field and CurrentDate is greater then 18 years.