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:
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Did you know that you could restore a deleted flow? Check out this helpful article.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
32 | |
32 | |
24 | |
24 | |
20 |
User | Count |
---|---|
64 | |
57 | |
43 | |
37 | |
28 |