Hi
I am trying to create a planner task with multiple people assigned to it, from a SharePoint item, using flow.
My SharePoint list has a field called Requester, that's set to type person or group, it's set to allow multiple selections, but whatever I do Flow only seems to see the first name in the list and ignores any others when creating the Planner task.
My flow looks like this:






Compose action expression is:
concat(item()?['Email'],';',variables('Requester'))
Any suggestions?
Thanks
Charlie