Skip to main content
Nintex Community Menu Bar

Controls in a repeating section

  • May 15, 2020
  • 1 reply
  • 3 views

Forum|alt.badge.img+6

Hi.

I need to be able to disable a submit button if any instance of a certain field in a repeating section is empty.

I tried control name == "", but it only evaluated the first instance.  I can't find any formula that will give me any instance of control.

Does anyone have a solution?

Thanks in advance

1 reply

Forum|alt.badge.img+6
  • Author
  • Rookie
  • May 15, 2020

Hi.

 

I figured it out.

count(control) != rows(control)