Hi All,
I am getting this error when i select convert JSON to appian I am getting error invalid JSON format but when I select raw value i get response . Is Swagger file not formated well to return the JSON which Swgager file version will appian 23.2 will use and consume
The response body could not be converted to an Appian value The jsonText parameter was not valid JSON. Received: <...
498 ms Prepare: 4 ms - Execute: 494 ms - Transform: < 1 ms
Discussion posts and replies are publicly visible
Error when I select convert JSON to Appian values
Did you read my previous response?
yes do u think wrong API end point can give this error
Did you have the solution poojas7155
Hello, this post seems old but the issue seemed to be that the endpoint was returning an HTML instead of a JSON.
Appian cannot convert HTML to Appian Values when using the "Convert JSON to Appian value", hence the error.
Got it ! Thank you
Hi poojas7155 , did you get it fixed?Please help me i'm facing the same issue.
Rishu Kumar Gupta As mentioned by others earlier in this discussion, the API was returning HTML instead of a JSON response.
Appian cannot convert HTML to Appian Values when using the "Convert JSON to Appian value". So check if you are receiving HTML as well in response or not
In my case, I'm receiving data through a process model via a web API, so no HTML-formatted content is available.
As this is a old thread, better to create a separate thread explaining your issue so that community can help you