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

I have a list with a title column and a people picker column that allows multiple selections. I want to create a workflow that will create a list entry in another list for each person in the people picker. The "create list item" will only create an entry for the first name in the people picker list.

I even tried using the "Extract substring from index of string" and set the "starting at" to "1" and then create list item from the variable and still only one list items was created in the other list.

I need an OOTB solution using SPD.

share|improve this question

migrated from stackoverflow.com Dec 5 '12 at 18:10

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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