Skip to main content
Nintex Community Menu Bar

Using SharePoint Column Values in the workflow

  • September 7, 2009
  • 2 replies
  • 13 views

Forum|alt.badge.img

Hi Guys,




I am trying to write a K2 Workflow in the visual studio designer. I have setup a SharePoint workflow integration event for when a new item is added to a document library.

Regarding this can someone inform how i can use column values from SharePoint at a later stage in the workflow, for example to send a mail out with the document title, created date, author etc.

 Appreciate any help regarding this.

 

Thanks,

Tariq

2 replies

Forum|alt.badge.img+8
  • September 8, 2009

Hi Tariq,


The data that you are looking will be available in the k2 object browser . You can drag them into your mail activity.


Forum|alt.badge.img+9
  • September 8, 2009
You will find the folio name in the XML fileds of K2ObjectBrowser. in that u will all the information related to document library in the XML format.Then u can use which ever the filed u want.