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...