Newbie question: I’d like to set up an http request to an API that returns XML, but XML is not a viable format option. Is there a way to add this format, or can I use the XML/JSON converter? I am not clear on how the converter would work if I cannot retrieve the data in the first place…
Hi @Lear
Welcome to the community.
You can retrieve XML data with the HTTP request node.
You will have to set the response format to string:
After you should be able to convert to JSON with the XML node.
If this does not work, please post the workflow so we can look at it and see what is going wrong.
Would help if we would have some kind of example data with that as well of course.
1 Like
Thanks so much!