Forum Discussion
dimche_saveski
6 years agoNew Contributor III
Peter
The problem is that entity object is a string, it should be JSON instead. I removed the quotation marks manually( the ones that are wrapping entity field value) and it worked instantly. Try JSON.parse($response.entity) function… That should make string into json