Skip to main content
Nintex Community Menu Bar

From Nintex form create item button?

  • February 25, 2016
  • 1 reply
  • 3 views

Forum|alt.badge.img+3

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.

1 reply

Forum|alt.badge.img+11
  • Nintex Partner
  • February 26, 2016

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