I have a few flows with actions to update "Peer Reviewers" field, this is a "people and group" field allows multiple people being selected... However, since last week, it suddently stopped working, I cannot see the "Peer Reviewers" field in action "update item" or "update file properties". This is an issue can be reproduced with the below steps:
I've submitted a ticket to Microsoft support team, but don't know when they can help me to resolve it...not very optimistic about it as it looks like a bug introduced with a few feature "Limit columns by view" last week, which allows us to filter columns by view in "update item" or "update file properties" action.
Hello
I've been doing that and it was working, nevertheless now i am again getting the error "The API operation does not allow writing a value for parameter 'item/XXX/DisplayName'. This parameter is read only."
I have made a very simple flow to test this, and always the same error. Guess i have to go back to build an array....
I can confirm the functionality broke for me a few days ago as well. Old flows still seem to work, but new ones won't work using the exact same activities as before. Great work Microsoft!
Seems this is still an issue . Getting the below error when trying to update Multi user Person/Group field from flow using create item action :
The 'inputs.parameters' of workflow operation 'Create_item_in_PCMTest_List' of type 'OpenApiConnection' is not valid. Error details: The API operation does not allow writing a value for parameter 'item/Members[0]/DisplayName'. This parameter is read only.
Resolved this with the syntax suggested by @davidgo using Select action like below.
[
{ "Claims": "emailalias1(at)contoso.com" },
{ "Claims": "emailalias2(at)contoso.com" }
]
In my example, i am copying the multi person/group field called "Customers " from CustomerInfo list to CustomerArchive List.
Hope this helps some one.
Regards
Purna
Thank you very much @PURNA429 your solution is truly elegant for this problem!
It really simple to utilize only Select and Map which creates the array and then just utilize the Output from previous step which is basically what all people needs.
Therefore please mark this as a solution since the rest of the solutions are quite complex for this simple problem.
Thank you @PURNA429 once more for comming up with this!
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
39 | |
37 | |
37 | |
32 | |
27 |
User | Count |
---|---|
39 | |
37 | |
32 | |
28 | |
22 |