Hi,
I have a list named Personnel which has a people picker filed that can be multiple person.

There is a second list named MTarget, Dept and Position are lookup fileds to the Personnel list


I have a workflow on MTarget, this workflow runs on item creation and has to create an item per person in a third list.
the workflow does a query list to Personnel, filters based on Dept and Position, returns Personnel, then I put this personnel in a Multipleline of text, split with ";" and set the result to a collection variable:

But I got this on running workflow:

this is the foreach action:

I used both string and peoplepicker type for varPerson and got the same error!
Ant thoughts would be appreciated!


