Want to add a new row to a Nintex forms Repeating section through JavaScript method
scenario:
I have a db that have a products. when user search for a product in a nintex form textbox it will call the web api through javscript and display those results in panel. When user selects particular product it has to add that particular product to the repeating section row (like adding child items to the parent element)
can you please suggest how to add rows to a repeater control through javascript method instead of adding through the repeater control add new row link button