Add SharePoint list item using rest/csom/etc... in nintex forms for Office 365

  • 7 January 2019
  • 2 replies
  • 29 views

Designing Nintex form for Office 365. This form will contain one link on click of the link an item to be added in SharePoint list. 

Any option like using REST API, CSOM , javascript etc... to add list item ?

 

Able to get the list item by referring example in the link - https://community.nintex.com/docs/DOC-3841-using-the-sharepoint-rest-service-inside-nintex-forms#comments 

But need any example of adding list items, any help is appreciated.


2 replies

Userlevel 7
Badge +17
Hi,

So you don't want to save the item for the form you create? Instead you want to create another one, elsewhere? This is not the right way to use Nintex Forms :)
The correct one should be - you have a form, simple one, that once saved trigger a workflow which creates you the item.
If not - use CSOM inside the page - e.g. script editor web part. Or JSLink. Or whatever, but outside the form.
Or even the PowerApps and Flow :)

Regards,
Tomasz

I have the same issue, I am trying to add new item (to another list) in the Nintex form using rest API. I have no luck so far. The same code works in the 2013 site.


Great if you have a sample code. Your help is apprciated.

Reply