cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
rgr2023
New Member

Dynamically create array from object (parse complex JSON)

Hello everyone,

 

I wanted to seek some advice regarding a task I'm currently working on. I have a complex JSON that I'm fetching from an API, and I need to extract specific data from it to populate an SQL database.  Specifically, I am interested in retrieving the temperature, distance, and readTimestamp when the type is "lastil90ReadingsV1" and the readingType is "laser".

 

At the moment, my approach involves creating an Object variable and then converting it into an Array. After converting the JSON to an Array, I filter the array to extract the relevant data, and then I parse the JSON. Finally, I send the extracted data to an SQL database.

 

Picture1.pngPicture2.png

 

However, I encounter a challenge with this method as I need to hardcode the keys of the objects. As the JSON will become larger with hundreds of objects instead of just nine, my current solution is not feasible for the future.

 

I'm looking for a more dynamic approach to create an array from all the objects without hardcoding their keys. If anyone has suggestions or alternative methods, I would greatly appreciate your input. I've attached a snippet of the JSON for reference. Feel free to ask for further clarification if needed.

 

Thank you in advance for your help and suggestions!

5 REPLIES 5
lbendlin
Multi Super User
Multi Super User

 

 

 After converting the JSON to an Array, I filter the array to extract the relevant data, and then I parse the JSON.

 

 

that sounds a little backwards.  Wouldn't you want to parse the JSON first?

There is a problem with your JSON though, it is not well formed.

lbendlin_1-1690727166981.png

 

See how in line 2 the item identifier is a hard coded text.  It is somewhat mitigated by line 5 where the nodeId is properly indicated. However this is still a hurdle in Power Automate

 

Unable to process template language expressions in action 'Compose' inputs at line '0' and column '0': 'The template language expression 'variables('Content')[0]' cannot be evaluated because property '0' cannot be selected. Object properties can only be selected by names. Please see https://aka.ms/logicexpressions for usage details.'.

 

This means it expects named references which you don't have at the top layer of the JSON.

 

 

 

Then you have another issue that your type parameter is ambiguous as that name is used in line 6, and line 21 and 28 ! Which one do you want to use?

 

 

 

Specifically, I am interested in retrieving the temperature, distance, and readTimestamp when the type is "lastil90ReadingsV1" and the readingType is "laser".

 

 

readTimestamp is a parent attribute to the readings collection. Are there any other parent attributes you need to pull?

 

I think I’ve already posted a reply but I cannot see it, so I’ll post it again.

Thank you for your prompt response. I must admit that I'm new to JSON and this is my first time working with it, so I apologize if my previous post wasn't clear enough.

The issue with the JSON is that it comes from a third-party API, and I have no control over its structure; therefore, I cannot modify it and must work with it as is. Initially, I tried parsing the JSON, but unfortunately, that approach didn't work for me. So, I decided to take an alternative approach. Even with this new approach, I had to make some adjustments to the JSON schema to make the parsing action function correctly. I’ve attached the schema.

In my opinion, it should be Line 6 because I need to access the "readings" object and then retrieving the "distance" and "temperature" values within "readingType": "laser" (which is present only in "type": "lastil90ReadingsV1"). As you can see, it's a bit complex, especially for someone like me who is still getting familiar with JSON.

If I understand the JSON correctly, the parent of "type" (line 6) is indeed the parent of the object "78463." Assuming my explanation is accurate, I only need to retrieve this parent attribute, and it should be sufficient.

 

Please let me know if you require any additional information. Your help is greatly appreciated.

I played with this a bit yesterday and have come to the conclusion that your JSON is pretty much unparseable by Power Automate.   Power Automate expects objects and arrays with clearly defined names.  Your JSON mixes these concepts and also throws in variable node names.

 

I am not saying it is invalid JSON, but I am saying it is far outside of the structure expected by Power Automate's parser.  If you look at the schema you provided - even that has multiple contradictions.

 

It might be possible to manually parse the text row by row (ignoring the JSON structure) but that's not something I would  recommend doing.

Thank you for taking the time to review and play around with the JSON. I appreciate your feedback. I agree that the current JSON structure makes it challenging to parse correctly.

However, do you think it is possible to improve my workaround. If I can iterate through all objects in createArray without hardcoding, it would be a significant enhancement, despite the initial JSON parsing challenge.

createArray(variables('ReadingsObject')['78463'],variables('ReadingsObject')['78531'],variables('ReadingsObject')['78590'],variables('ReadingsObject')['78602'],variables('ReadingsObject')['78655'],variables('ReadingsObject')['78705'],variables('ReadingsObject')['78709'],variables('ReadingsObject')['78733'],variables('ReadingsObject')['78758'])

Open to your suggestions. Thanks!

That would make it a little less horrible, but then you may hit the next brick wall because inside each nodeId you have a random number of subsections ("id")  . However some of them can be filtered by type.  Let me play with that idea some more.

Helpful resources

Announcements

Celebrating the May Super User of the Month: Laurens Martens

  @LaurensM  is an exceptional contributor to the Power Platform Community. Super Users like Laurens inspire others through their example, encouragement, and active participation. We are excited to celebrated Laurens as our Super User of the Month for May 2024.   Consistent Engagement:  He consistently engages with the community by answering forum questions, sharing insights, and providing solutions. Laurens dedication helps other users find answers and overcome challenges.   Community Expertise: As a Super User, Laurens plays a crucial role in maintaining a knowledge sharing environment. Always ensuring a positive experience for everyone.   Leadership: He shares valuable insights on community growth, engagement, and future trends. Their contributions help shape the Power Platform Community.   Congratulations, Laurens Martens, for your outstanding work! Keep inspiring others and making a difference in the community!   Keep up the fantastic work!        

Check out the Copilot Studio Cookbook today!

We are excited to announce our new Copilot Cookbook Gallery in the Copilot Studio Community. We can't wait for you to share your expertise and your experience!    Join us for an amazing opportunity where you'll be one of the first to contribute to the Copilot Cookbook—your ultimate guide to mastering Microsoft Copilot. Whether you're seeking inspiration or grappling with a challenge while crafting apps, you probably already know that Copilot Cookbook is your reliable assistant, offering a wealth of tips and tricks at your fingertips--and we want you to add your expertise. What can you "cook" up?   Click this link to get started: https://aka.ms/CS_Copilot_Cookbook_Gallery   Don't miss out on this exclusive opportunity to be one of the first in the Community to share your app creation journey with Copilot. We'll be announcing a Cookbook Challenge very soon and want to make sure you one of the first "cooks" in the kitchen.   Don't miss your moment--start submitting in the Copilot Cookbook Gallery today!     Thank you,  Engagement Team

Announcing Power Apps Copilot Cookbook Gallery

We are excited to share that the all-new Copilot Cookbook Gallery for Power Apps is now available in the Power Apps Community, full of tips and tricks on how to best use Microsoft Copilot as you develop and create in Power Apps. The new Copilot Cookbook is your go-to resource when you need inspiration--or when you're stuck--and aren't sure how to best partner with Copilot while creating apps.   Whether you're looking for the best prompts or just want to know about responsible AI use, visit Copilot Cookbook for regular updates you can rely on--while also serving up some of your greatest tips and tricks for the Community. Check Out the new Copilot Cookbook for Power Apps today: Copilot Cookbook - Power Platform Community.  We can't wait to see what you "cook" up!    

Welcome to the Power Automate Community

You are now a part of a fast-growing vibrant group of peers and industry experts who are here to network, share knowledge, and even have a little fun.   Now that you are a member, you can enjoy the following resources:   Welcome to the Community   News & Announcements: The is your place to get all the latest news around community events and announcements. This is where we share with the community what is going on and how to participate.  Be sure to subscribe to this board and not miss an announcement.   Get Help with Power Automate Forums: If you're looking for support with any part of Power Automate, our forums are the place to go. From General Power Automate forums to Using Connectors, Building Flows and Using Flows.  You will find thousands of technical professionals, and Super Users with years of experience who are ready and eager to answer your questions. You now have the ability to post, reply and give "kudos" on the Power Automate community forums. Make sure you conduct a quick search before creating a new post because your question may have already been asked and answered. Galleries: The galleries are full of content and can assist you with information on creating a flow in our Webinars and Video Gallery, and the ability to share the flows you have created in the Power Automate Cookbook.  Stay connected with the Community Connections & How-To Videos from the Microsoft Community Team. Check out the awesome content being shared there today.   Power Automate Community Blog: Over the years, more than 700 Power Automate Community Blog articles have been written and published by our thriving community. Our community members have learned some excellent tips and have keen insights on the future of process automation. In the Power Automate Community Blog, you can read the latest Power Automate-related posts from our community blog authors around the world. Let us know if you'd like to become an author and contribute your own writing — everything Power Automate-related is welcome.   Community Support: Check out and learn more about Using the Community for tips & tricks. Let us know in the Community Feedback  board if you have any questions or comments about your community experience. Again, we are so excited to welcome you to the Microsoft Power Automate community family. Whether you are brand new to the world of process automation or you are a seasoned Power Automate veteran - our goal is to shape the community to be your 'go to' for support, networking, education, inspiration and encouragement as we enjoy this adventure together.     Power Automate Community Team

Hear what's next for the Power Up Program

Hear from Principal Program Manager, Dimpi Gandhi, to discover the latest enhancements to the Microsoft #PowerUpProgram, including a new accelerated video-based curriculum crafted with the expertise of Microsoft MVPs, Rory Neary and Charlie Phipps-Bennett. If you’d like to hear what’s coming next, click the link below to sign up today! https://aka.ms/PowerUp  

Tuesday Tip | How to Report Spam in Our Community

It's time for another TUESDAY TIPS, your weekly connection with the most insightful tips and tricks that empower both newcomers and veterans in the Power Platform Community! Every Tuesday, we bring you a curated selection of the finest advice, distilled from the resources and tools in the Community. Whether you’re a seasoned member or just getting started, Tuesday Tips are the perfect compass guiding you across the dynamic landscape of the Power Platform Community.   As our community family expands each week, we revisit our essential tools, tips, and tricks to ensure you’re well-versed in the community’s pulse. Keep an eye on the News & Announcements for your weekly Tuesday Tips—you never know what you may learn!   Today's Tip: How to Report Spam in Our Community We strive to maintain a professional and helpful community, and part of that effort involves keeping our platform free of spam. If you encounter a post that you believe is spam, please follow these steps to report it: Locate the Post: Find the post in question within the community.Kebab Menu: Click on the "Kebab" menu | 3 Dots, on the top right of the post.Report Inappropriate Content: Select "Report Inappropriate Content" from the menu.Submit Report: Fill out any necessary details on the form and submit your report.   Our community team will review the report and take appropriate action to ensure our community remains a valuable resource for everyone.   Thank you for helping us keep the community clean and useful!

Users online (5,343)