Update specific list item in SharePoint 2013 from a workflow

  • 12 August 2016
  • 1 reply
  • 0 views

Badge +1

Hi,

 

I have a workflow that is attached to a certain K2 SmartForm. Neither the form nor the workflow are connected to SharePoint 2013 environment, but I want - as a result of the workflow - update a certain list item in a SharePoint system.

 

I have 

  • SharePoint Site URL
  • List Name
  • List ID

 

How can this be done?

 

Thanks

Sven


1 reply

Userlevel 5
Badge +18

I believe you will need to at least generate the Smartobject/Data aspect to this list; after which either one of the following method can be used:


- Update List Item event


http://help.k2.com/onlinehelp/k2forsharepoint/userguide/current/default.htm#Thick_Client_Wizards/List_Item_Events/Update_List_Item/Update_List_Item.htm


- Smartobject Event > calling this Smartobject's Update List Item method


 

Reply