Where to Use xml_decode?

Options
I've got an API that returns the results in one big chunk of XML data:[image.png]
Based on other things I've seen here, it seems that parsing this out into data I can work with is possible via the xml_decode filter, but I'm not sure where to apply it?

I tried applying the filter on the text headers of the API call but then it wouldn't fire correctly, and then I also tried applying the filter on the created varible that isolates that result section:[image.png]Still no luck and can't seem to find any strong documentation on this. Any help would be appreciated!

Comments