OData link response contains the data as well as an Error: 500

0
Hello, I created an OData link for my application that has 3 entities. When I try to import that data, I am getting a "Incorrect JSON format. There can only be one root" error for only one of the entities. When I tested the link using Postman, I found that the response contains the data in the value field and then an error: 500    ``` {     "error": {         "code": "500",         "message": "Exception occurred while processing OData request."     } } ``` How can I resolve this. What can be the possible errors?   Thanks in advance!
asked
0 answers