1
Answer

Display JSON data in Power Apps

Hi,

I get Power Automate response in below JSON format:

{

    "body": [

        {

            "state": "Andhra Pradesh",

            "capital": "Amaravati",

            "population": 49577103,

            "area": 162975,

            "districts": 26

        },

        {

            "state": "Arunachal Pradesh",

            "capital": "Itanagar",

            "population": 1383727,

            "area": 83743,

            "districts": 27

        },

        {

            "state": "Assam",

            "capital": "Dispur",

            "population": 31205576,

            "area": 78438,

            "districts": 35

        }

]

}

I want to display the same JSON in a Power Apps screen. My question is which is the control to be used to display this.

Thanks, I appreciate any help.

Answers (1)