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...
Tried with
Solved! Go to Solution.
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:
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.
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:
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.
User | Count |
---|---|
89 | |
37 | |
26 | |
13 | |
12 |
User | Count |
---|---|
127 | |
53 | |
38 | |
26 | |
21 |