Convert response body into excel

@Bhushan_Nagaonkar

Its a json …do first use deserialize json and select type as jarray as I see a jarray first

Then use jarr(0)("ClientNumber").ToString to get the clientnumber and so on

Which can then be wrriten to datatable using add datarow

Cheers

2 Likes