Skip to main content

Hello,

I have a list and I have another list I use lookup field. I create Nintext form for my mail list. My lookup filed is working.

How can I put create item button in my main form it will create item in my reference list and update my lookup?

Thanks.

You have to insert a button control and configure this button to execute JavaScript. Then you will need to perform some web requests in your JS code. I think a REST call to create the item would be the easiest?! But this will require some coding effort, afaik there is no out of the box way for this.

Cheers

Philipp


Reply