Hello,
I'm using Nintex Workflow for Sharepoint 2013, and I have a WebAPI service that returns XML values.
I call this service via the Nintex workflow's Web Request and store the variable in a text field, but when I print it in the log I see that it is stored as JSON (instead of the expected XML), and therefore I cannot parse it using XPATH!
Is there a way I can modify the behavior of the Web Request, to return XML instead of JSON?