Forum Discussion
MOVC
3 years agoResolver I
Unable to process HTTP Response as JSON
I have recently begun testing in Fabric. I am attempting to convert some of our existing business processes to Pipelines. In this example, I make a standard HTTP request which has a JSON response tha...
DennesTorres
3 years agoImpactful Individual
Hi,
If I understand, you are using the delimitedText type and the preview data to confirm you are receiving JSON. Did you try to copy the content of the previewdata into an online json validator, to ensure you are receiving it correctly?
Kind Regards,
Dennes
- MOVC3 years agoResolver I
Seems fine. I have been using this in an existing solution as said in the original message, if there was a problem with the response I probably would have hit an error there. Considering I can use the output from the web response as JSON, which should be the same response, that's why I think there's some issue with the Copy Data action.