Workflow create list item from lookup field
-
14 martie 2012 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
Toate mesajele
-
16 martie 2012 07:53Moderator
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
- Marcat ca răspuns de Emir LiuMicrosoft Contingent Staff, Moderator 23 martie 2012 02:38
-
23 martie 2012 10:30
Ok Emir,
Thank you.
Flaviano