I have some json like this
{
"People":[{"LastName":"Smith", "FirstName":"Tim"}]
}
In Power Automate how do I add a new object to the People Array. I just can't figure this out.
Solved! Go to Solution.
My apologies. Can you please check if following steps work for you?
You can use Parse JSON and it will give you a People array... You can click Generate from schema and provide this JSON so that it generates schema
I know how to get the People Array. What I am having difficulty with is adding an object to this array and updating the json to have this new object. In my example, I have one element in the People array. I want to add another element so I have two elements in the People Array.
My apologies. Can you please check if following steps work for you?
User | Count |
---|---|
88 | |
39 | |
23 | |
20 | |
16 |
User | Count |
---|---|
129 | |
50 | |
48 | |
35 | |
26 |