How to approach when we have array of data to be distributed as key value paired array
Hi, I am running lot of iterations, but not able to find the solution for below case : Case : Input is an array like below : { "olditem": [ { "id": "1" }, { "id": "2" }, { ...