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
How can this be done?
Thanks
Sven
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
- Smartobject Event > calling this Smartobject's Update List Item method