Skip to main content
Nintex Community Menu Bar

Add new row on a repeating section with a button

  • July 5, 2017
  • 3 replies
  • 23 views

Forum|alt.badge.img+2

hey,

I neeed some help with repeating section

I have a repeating section with a button (label triggred by event ) and I want to update another repeating section with all the information.

205258_pastedImage_2.png

3 replies

Forum|alt.badge.img+14
  • Scholar
  • July 5, 2017

have a look on this blogpost   written by


Forum|alt.badge.img+2
  • Author
  • July 6, 2017

thanks for the answer, I've manged to find a way to update the second repeating table but now I'm a little bit stuck on how to iterate through the second table to check if an item is in the second repeating section.

205320_pastedImage_3.png


Forum|alt.badge.img+14
  • Scholar
  • July 6, 2017

what about something like this

NWF$('.repeater2 .nf-repeater-row:not(".nf-repeater-row-hidden") .req').each({...});