Running a flow through an action results in failure due to response body being empty but flow runs successfully

Hello Post(wo)men,
I’m working on a flow that I want to publish on postman cloud as an action. The flow itself works well but running it through an action fails.

The logs show that the body of the first response of the flow is empty as a result the subsequent steps in the flow fail. There is nothing out of the ordinary in the action, just the input and output

I’m attaching a screenshot of the logs, partially redacted for security reasons.

The two red lines is the same request. The first is through the flow and the second is through the action using the flow. The requests are the same (path, query parameters, headers) but the response is not received in the second. This is a screenshot of the action.

Am I doing something wrong?

Kind Regards
Alkis

Hi @science-architect-90

Welcome for the forums!

Are you calling a private API? Actions run in our cloud execution environment and can’t be used to access endpoints that aren’t publicly accessible. Modules meanwhile run locally and can be used in this way.