Skip to main content
Nintex Community Menu Bar

How can i create Repeating section based on list look up checkbox selection

  • July 18, 2018
  • 1 reply
  • 8 views

Forum|alt.badge.img

Hi, 

I am trying to create new repeating sections based on the List Lookup (multi select checkbox). If an item is selected in List lookup it should create a repeating section for the selected item and pass the selected item value into repeating section text box control. Could you please let me know how i can write java script/jquery when check box selected.

Regards

sri

1 reply

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

Hi sridhar pantapalli,

The fields within the repeating section are not connected to the list columns. This data is saved as an XML. I 'm not sure how you would create a repeating section from the list columns, only way might be to interject the row values into the XML of the repeating table as a new node. Hope that helps.