JSON Deserilize error

I tried with “then link” that takes away teh red error from the Request Builder but then same arror when debug in the Json Deseralize activity

surround the endpoint with "
grafik

Hi ! I tried but as mentioned before - this only resolves the error from the Wizard but then in Json deserilization - error pops -

check what it is returned in detail e.g. by using Response_Content within the immediate panel

maybe it is a JArray and starts with [ so we would use Deserialize JArray

feel free to share with us a screenshot from the immediate panel output

also check the returned status

otherwise, use JSONLint for JSON validation

UPD1 - edit after API check

Response_JObject is my output, Input was String - Response_Content


What shoulbe be the appropriate Input type - Except “String” anything I select - gives error but it should be .Net - Netonsoft.Json.Liq…?

Resolved ! Thank you so much for helping me troubleshooting!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.