Skip to main content

I have a workflow that was created in K2 designer for SharePoint. It gets kicked off whenever a new list item is added to a list. It's a very basic approval/rejection workflow.


The list has a field called comment and the list has versioning turned on. What I want to be able to do is grab the K2 workflow comments and update the SharePoint comment field with the same text.


Ay idea how to do this? Or in general how to update a SPListItem with workflow data?

I don't think the k2 designer for sharepoint exposes the workflow data during design time. What you are trying to do can be accomplished from k2 studio, using the sharepoint list items event, and set the comment field from the workflow data to the sharepoint comment field.


Reply