Forum Discussion

akarsh's avatar
akarsh
New Contributor III
2 years ago
Solved

Best way to read the data from JSON list and process it one by one to a rest call

I have a input json file like below please see the dummy example below { "totalCount": 2, "dataList": [ { "IFA": "IFA1", "voltage": "200", "power": "100", "equipid": "1234ABC", "SN": "SalesForce-1" ...
  • nickhumble's avatar
    nickhumble
    2 years ago

    Thanks koryknick - this might just be the simplistic genius i was looking for!