Skip to main content

All,

SharePoint 2013
Nintex forms 2.7 on-prem

I've a repeating section within repeating section.

How could I validate a row within a repeating section? 

The ticked row - Key individual. I need to validate which of the documents are selected in the document type drop down.

Thanks

Andrew

Think I'm cracking it.

I've added a couple of calculated value fields to the document type section:

The larger calculated value above has a validation formula against it:

This will get more complicated, but it's a start.


so do you still need a help with this?

if so, describe in more details what exactly you'd like to validate.

btw, I'd suggest to check lookup value just by its ID value. since the way you have it now will stop working once you change a text.

the check should look like:

parseLookup(MyFormKeyIndPerReqDoc,false) == 4

Thanks, I should be OK now, The parseLookup is next. Seems to be popping everywhere since the May Tips post.

A


Reply