cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
AxelHE
Helper I
Helper I

Update SP item with multiple assigned users from Planner

Hi

Need help with a flow, can not get it working.

Want to update an Sharepoint item Person column with multiple users assigned to from Planner.

It is failing on Update Item ( can not find user)
Tried with this https://powerusers.microsoft.com/t5/Building-Flows/Refreshing-SharePoint-List-from-Planner-with-mult... 

 

AxelHE_0-1609949441370.png

Tried with 

AxelHE_2-1609949890684.png

AxelHE_3-1609949959707.png

 

AxelHE_4-1609950161248.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
v-litu-msft
Community Support
Community Support

Hi @AxelHE,

 

If you want to update the person column in the SharePoint list, we should convert the array of the person to an array of Claims, for example:

[
{
  "Claims": "Email1@domain.com"
},
{
  "Claims": "Email2@domain.com"
}
]

So we could initialize an array, then append these email with a new structure, for example:

Screenshot 2021-01-07 131608.jpg

 

Screenshot 2021-01-07 131621.jpg

 

Screenshot 2021-01-07 131636.jpg

 

Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-litu-msft
Community Support
Community Support

Hi @AxelHE,

 

If you want to update the person column in the SharePoint list, we should convert the array of the person to an array of Claims, for example:

[
{
  "Claims": "Email1@domain.com"
},
{
  "Claims": "Email2@domain.com"
}
]

So we could initialize an array, then append these email with a new structure, for example:

Screenshot 2021-01-07 131608.jpg

 

Screenshot 2021-01-07 131621.jpg

 

Screenshot 2021-01-07 131636.jpg

 

Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-litu-msft 
Thanks a lot. This resolved my issue. 

Helpful resources

Top Solution Authors
Users online (3,632)