Can someone explain to me what claims are when you want to action on a Person column in SharePoint?
Solved! Go to Solution.
"Claims" is an object that contains the information of a person. It's the way Power Automate get's the information from SharePoint. But if you want to insert a value in this column you can simply include an email in your Power Automate and the value is automatically converted to a "Claims" object.
Makes sense?
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Cheers
Manuel
"Claims" is an object that contains the information of a person. It's the way Power Automate get's the information from SharePoint. But if you want to insert a value in this column you can simply include an email in your Power Automate and the value is automatically converted to a "Claims" object.
Makes sense?
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Cheers
Manuel
Hey @cardinalpipkin
Is it clear? Do you need help?
Cheers
Manuel
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
I need help though. I am trying to update file properties for a person column by entering email. This results in an error however
My flow looks like this
Hi,
You will need an array of objects that look like this to insert the Claims:
[
{
"Claims": "ricx23@gmail.com"
},
{
"Claims": "svc_account@gmail.com"
}
]
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
71 | |
27 | |
22 | |
15 | |
13 |
User | Count |
---|---|
136 | |
43 | |
42 | |
35 | |
31 |