Hi, so I am trying to iterate over an array and I was previously using make.com but it was pretty simple. im confused how to do that in n8n.
So i am getting data from webhook and there is an array of objects called “recording files” and each has object of recordings. Now i need to pass eachof that object through a switch function so that it can take the specific route for finishign the workflow for that specific media type. Please check how should i do it.
I have tried loop over items but how do i pass it the actual array to process and not the entire data coming from webhook? I also tried with aggregate but not working. pls guide me in the right direction.