Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

MOSS 2007 workflow not copying particular column to another list

I Created a workflow to move the list items to another list. A column with lookup field type is not moving to another list. The column names and setup both are same in the two lists.

share|improve this question
What is the actual question here? Is it "How do you move a lookup field from one list to another in a workflow?"? – rjcup3 Oct 5 '12 at 15:35

2 Answers

Unless you created the columns with feature their guid are different. I am afraid you have re-do the workflow where lookup column is involved.

share|improve this answer

I solved the problem by deleting the old columns and recreate the columns then my workflow is working fine.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.