Output block returns no data when used as module

I’ve been struggling for a few hours on how to turn a flow into a module. I’ve followed a number of tutorials without luck.
I am querying the Bitbucket API to list all repos in a workspace. Within that flow all seems to work fine. And within the flow, sending the results (and static text) to an output block seems to work.


I’ve created several snapshots of my test attempts for that flow, and am using the latest in another flow but it sees absolutely nothing coming from this one - I’ve run it many times w/ many different inputs and outputs and… nothing…

HALP?
Thanks in advance! <3

Hi @distorto666

Welcome to the forums!

Output blocks are meant to output once and because you have a for block it will fail because it tries to output multiple times. I have filed a bug because it should fail within the module rather than only when you use it in another flow.

If you directly connect the select block before your for block to the output block and save a new snapshot it should work.

Let me know if you run into any further issues.

Haha amazing - that did it - thanks @flows-daniel! Agreed that an exception thrown pointing to it would be helpful :+1: