Workflow create list item from lookup field
-
2012年3月14日 20:26
Hi !
I´m trying to build an workflow on SharePoint Designer (I´ve Sharepoint Foundation 2010).
The workflow gets information from list 1, and need to create items on list 2.
On list 1, exist one multi choice field with valid sharepoint userlogin.
When workflow run, I need to create items on list 2 based on number of userlogin informed on multi choice column from list 1.
e.g:
List 1 - User1;User2;User3
Workflow running and create on list 2:
Column 1 - Column 2 - Column n...
User1 - some value - value n
User 2 - some value - value n
...
Is possible to make this using only sharepoint designer?
Flaviano
全部回复
-
2012年3月16日 7:53版主
Hi Flaviano,
We need to create a Visual Studio workflow for your requirement since we can't count how many users are there in the lookup field using the OOB actions in SharePoint Designer workflow.
Following is a reference about creating a VS workflow.
http://msdn.microsoft.com/en-us/library/gg265727.aspxBest regards,
EmirEmir Liu
TechNet Community Support
- 已标记为答案 Emir LiuMicrosoft Contingent Staff, Moderator 2012年3月23日 2:38
-
2012年3月23日 10:30
Ok Emir,
Thank you.
Flaviano

