Skip to main content

I'm trying to get the Raisely API to work with External Services. The api is published in OpenApi 3.0 here: https://api.raisely.com/v3/api-docs

 

I am trying to post a login attempt. But I get an error in the flow debug which says "Error Occurred: Unable to map response for output parameter 200 of invocable action RaiselyV3.postLogin".

 

The thing is, I can see the full json response being sent back and it looks correct (ie the body of the response has all the correct values, including the bearer token, which is what I'm trying to get). In other words, the call out works fine.

 

I've run debug logs and there is no additional info there. I've tried playing around with the schema a bit to see if I can get to work, but to no avail.

 

What does this error mean exactly? Is this likely a problem with the External Service or with the API spec?

 

#Enhanced External Services

11 respostas
  1. 21 de set. de 2022, 22:40

    I spent a bit more time on it bit couldn’t get it working. Haven’t had time to investigate any further. I’m waiting for the winter release to see if that helps, otherwise will raise a ticket.

    Broadly I really like the concept. But in practice, I find it cumbersome. Particularly authentication. It’s so convoluted to get working. The fact that I can setup postman to work seamlessly with the Raisely api in about 10 mins but just can’t get ES to work at all is frustrating. I appreciate the direction ES is going but I hope the product team focus on introducing/enhancing some features that would make it easier (and more successful) to use (eg: better error and debug logs, support for more authentication methods and simpler setup, ability to edit the apex-actions and apex-defined variables that get created).

0/9000