I’m working with a sample XML file, located here: https://www.w3schools.com/xml/simple.xml
I’m first using the Zapier Scheduler to grab data daily, then using the Zapier Webhook to make a GET request of the above XML File.
Doing so returns this as the data, however one difference I’ve noticed is that food is now listed as food, food1, food2, food3 etc in the array. I’m not sure if that has something to do with the issue I’m having or not.
Next, I’m connecting to an application (essentially a spreadsheet) which allows me to select the fields I want to map. The issue is that I’m having to grab specific values in the data dropdown (pictured below) so instead of it running through the entire array, and creating rows for each item, it creates the same first item every time the scheduler triggers the zap.
Hoping for some insight into whether I’m missing a step or I’ve done something incorrectly. Thanks!