Solved

parse multi arrays response value from JSON call

  • 22 July 2023
  • 2 replies
  • 55 views

Userlevel 2
Badge +1

I have to parse the below JSON GET response to get “Headers” and "Name” as columns in Json Call step with Data Streams, How can I perform this?

 

[

    {

        "Headers": [

            “Id”,

            “Name”,

            “Email”

        ],

        "ID": “test_111”,

        "Rows": [

            [

                "100”,

                “John”,

                “John@gmail.com”

            ]

}

]

icon

Best answer by mahesh Ar 9 August 2023, 10:29

View original

2 replies

Userlevel 6
Badge +7

Hi @mahesh Ar, I see that there is a similar thread posted by you here, should I close this post? Please let me know 🙋

Userlevel 2
Badge +1

Hi @Cansu  Please close .

Thank you

Mahesh Arigela

Reply