Hi everyone, I'm creating a very simple GET based on my POSTMAN setup. As you can see below, I've included ContentType for both request and response and body for response.
My test goes through just fine:
But when I call it from Flow,regardless of whether or not I type in the content type application, I get an error:
Any ideas why?
Hi @Anonymous,
Has your problem been solved?If yes, please go ahead and mark your post as solved by clicking “Accept as Solution” so that this thread will be marked for other users to easily identify!
Best Regards,
Barry
Ah, OK, it seems that the data in Flow is coming as an XML, rather than JSON, like in the test. A bit weird, but OK...