

Along with that information is an image you can display that shows how each cat breed looks.īut once you get that information, how do you put it on your app’s screen? This tutorial will also show you how to parse JSON data into model classes that you can display in your app. You’ll get a list of cat breeds along with information about each breed. In this tutorial, you’ll sign up for a website that provides information about cats, and you’ll build a Flutter app to display that information (for you dog lovers out there, there are dog APIs as well). Many sites allow you to create an account to access resources like images, data and more through REST APIs. There are thousands of websites that provide information you can use to spice up your apps through REST, or Representational State Transfer, APIs, which define a way to implement web services. This will create a single json object from the array created in the select.An app without something to show on its screen is pretty boring, right? But where can you get interesting information to display on your app? From the internet, of course! Then in the final compose step use: json(concat('')) The purpose of this it to make each record into a JSON property, like this: "Aluminum-Max": 98.95, This will bring out the ChemicalComposition array as the source for the select.

Use this expression for the "from": outputs('JSON') Start with your JSON and put it into a select action, put the select action into text mode. This was quite an interesting challenge, you can do it like this: If it was a regular json, I could use: body(Parse_JSON)?īut since it's an array, I'm not sure how to manipulate the above expression to get the min and max (or how to identify the position of what I'm looking for) of all the values. I think I'm not getting the expression for the array correct but I'm not sure.Įdit: So what I'm looking for is an expression I can use to parse the data. I have watched various videos but no luck so far.

I would like to parse it right into sharepoint list but my expressions don't seem to be working. I have included a sample of the json and the flow that I am building. I'm having a hard time writing a decent expression to parse out numerous json data.
