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