akarsh
2 years agoNew Contributor III
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" ...
- 2 years ago
You just need to split the array using the JSON Splitter Snap, once you read the file and parse the content, so you will have the nested structure split and pipeline will process the records one by one. Then you can proceed with developing the rest of the logic.
Note: You should use REST API Mode within the Salesforce Snaps, in order records to be processed one by one.