Designing and Running Pipelines
Discuss how to use the SnapLogic platform.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Snaplogic iterate over array

Hi , i have json like payload{ input:[ {url: "test.com’,} {url: "test.com’,}, {url: "test.com’,} ] } i need to iterate over payload.input[0].url ,payload.input[1].url and send url to restPOST api. can you please suggest anyoption to get individua...

Resolved! Change nested arrays into one array

Hi, I have a situation like below: I have array "Allowance_Plan’ and in this array I could have many elements which also are arrays. Child arrays as a elements contains objects. In this case I have 2 arrays with 2 object in each of them. As a final ...