I just learned that the HTTP Client step, by not being an “input” step, can’t be used by itself as a data source used to feed other steps.
HTTP Client is a “lookup” type step that will perform its duty for each input row, so in order to achieve the above one must feed it with one row, coming from a “Generate Rows” step for example.