Debug-button to show the response of a web request action node in developer console

Something that would make API integrations a lot easier to work with would be to have a way to quickly see the full response from the server in the developer console. (e.g. “Log response to developer console” checkbox on the action node)

To do this today, you could use the result parser and put the rawResponseData in an app variable, but this will then interrupt the normal flow (e.g. result mapping) you are trying to do. It would be nice to be able to show the response from the server (no matter the format of the response is) without using the result parser too detect issues quickly.

I know that you can get data in the web exception action node but that requires an actual exception (often the endpoint just answers 200 OK but with something you didn´t expect).

Regards,
Johan

Hi!

I believe this might be what you are asking for?

Nope.
I need to get the full response.

Solved by DM. The Show details reveal the full response body / enough details for most use cases. We have a challenge on the wishlist to reveal more response headers as well.

1 Like