Wednesday, July 31, 2013

Update Lookup Field in the List Item in Visual Studio Workflow

When you want to update lookup column in your list item, you need to use UpdateListItem activity especially.
For example, your column has static name "MyColumn". Then you need to set path "MyColumnId" to id of the lookup value item (your Int32 variable):

No comments:

Post a Comment