Skip to main content
Nintex Community Menu Bar

Get the control's value from the previous row of the repeating section without Javascript

  • July 26, 2018
  • 1 reply
  • 54 views

Forum|alt.badge.img+1

Is there a formula that I can use to get the value of a control in the previous row of the repeating section so that I can compare the value with the current row control. I am using a responsive form and I am unable to add any java script to achieve this.

 

Please provide suggestions or alternatives I can use. 

Thanks in Advance.

1 reply

allan
Forum|alt.badge.img+9
  • Rookie
  • September 25, 2019
I am afraid that's not possible, because even if you can use "currentRowNumber" and "rows" to get the previous row, you will not be able to target a specific control from another line.