Hello,
I am trying to execute a Data Action that queries the Google Maps API and returns the CountryCode. The problem I have is that it returns a value for the assigned Code, but with an error.
Output transformation returns correct value but still error
{
"message": "JSON failed output schema validation for the following reasons: instance type (array) does not match any allowed primitive type (allowed: ["object"])",
"code": "invalid.schema",
"status": 400,
"messageParams": {},
"contextId": "6a54d6be-3dfb-4462-8f54-1946146609d6",
"details": [
{
"errorCode": "ACTION.PROCESSING"
}
],
"errors": []
}
Hi, Thank you very much for qucik replay.
I cannot find correct output schema. Anything I tried always give same error.
Maybe that will help, below raw API Response.