web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / How can I create a Dic...
Power Automate
Unanswered

How can I create a Dictionary data structure in MS Flow?

(0) ShareShare
ReportReport
Posted on by 4

In my flow, I need to make a http call and it returns an array of JSON objects as response.

And I need to loop thru the response and count how many entries which the same name.

 

For example, 

 

{
 "Team": [
 {
 "name": "Tom",
	"task": 1345
 },
 {
 "name": "Robert",
	"task": 1346
 },
 {
 "name": "Robert",
	"task": 1246
 },
 	{
 "name": "Mary",
	"task": 1366
 }
 ]
}

 

And in my flow, i need to count, Mary , Tom has 1 task, and Robert has 2 tasks.

And the name in the json reponse is unknown before hand.

 

I am thinking to create a dictionary and loop thru each element in the json response. 

But i don't see a way for me to create a dictionary in ms flow.

 

Does anyone has any other idea?

 

Thank you.

 

Categories:
I have the same question (0)
  • Verified answer
    manuelstgomes Profile Picture
    6,625 on at

    Hi @sacheu 

     

    Nope no dictionary. You need to do a "For Each" in each element in the Team and have 2 arrays. One for the "keys" (the people) and another for the "values" (your count of tasks).

     

    Then you need to find the index in the keys array and use that index in the values array.

     

    I know this is not a dictionary, but this is the only way I can see that you can achieve what you need.

     

    Hope this helps

     

    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

  • sacheu Profile Picture
    4 on at

    Thanks for your answer.

     

    Regarding `You need to do a "For Each" in each element in the Team and have 2 arrays. One for the "keys" (the people) and another for the "values" (your count of tasks).`,

     

    Assume i have the foreach loop to find the index of the key array, I can't find a way in which in can increment an element in my values array.

    MS flow only let me pick the whole array variable, not an elment of that array variable.

     

     

  • Community Power Platform Member Profile Picture
    on at

    I need to do exactly the same thing. I have a bookings file by location - I need to count how many bookings I have on each location, ideally by date (although I can make that part of the key). In other software I would check the dictionary for the key: if it doesn't exist, add it, if it does, increment it.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 364 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard