Dear community
I need to update a SharePoint multi-person field. In my flow, I'm managed to get the email address of the required people structured as follows:
[
"user1@xy.com",
"user2@xy.com",
"user3@xy.com"
]
I get the above structure like so:
The "Get items - Application Owners" action is just pointing to another SharePoint list including two columns: Title & Person field.
In order to update the multi-person field, I need to get it structured like this:
[
{
"Email": "user1@xy.com"
},
{
"Email": "user2@xy.com"
},
{
"Email": "user3@xy.com"
}
]
Could anyone point me in the right direction?
Solved! Go to Solution.
Please check below to convert to the required format
Hope this helps!
@Mira_Ghaly
I'm feeling quite stupid now... seems so easy, haha :-). Should have thought of that....
Thanks for your quick help! This is exactly what I needed.
Simply like this:
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 |
---|---|
65 | |
23 | |
16 | |
15 | |
11 |
User | Count |
---|---|
115 | |
35 | |
30 | |
28 | |
26 |