Error in odata response

0
Hi all, Does anyone know about odata. I have published odata in acceptance environment. There I saw some fields were empty so I just removed that attributes in odata and moved it to acceptance environment. I can able to get data from postman but, I can’t able to get odata in Excel sheet. It showing “Unable to Connect We encountered an error while trying to connect Details: We couldn’t parse odata response result. Error: The property ‘RaiseClarifications’ does not exist on type ‘DefaulNameSpace.EnquiryDetails.’ Make sure to only use property names that are defined by the type.
asked
1 answers
1

If your OData service works on the browser it should work everywhere. You dont have to change anything for excel.

Check in excel side if there is any option to Clear Cache.

Perhaps it is still recognizing old schema’s

answered