funnel

This block is part of the funnels group and was last modified in core v10.4.28.

funnel v10.4.28

In pins 0 + flow
  • flow
    flow
  • flow_0
    flow
Out pins 0 + flow
  • flow
    flow

funnel merges flows: whichever of its flow pins fires, the out flow continues once. Here both outs of a branch merge back into one flow after the decision, a pattern you see in almost every blueprint with branching.

Studio canvas example for the funnel block: merging two flow branches.

Commonly used with

In production blueprints, this block is most often wired together with:

  • branch: feeds into this block.
  • reply in JSON: this block feeds into it. Reply to any httpconnection as JSON body.
  • update document: wired in both directions with this block. Update document in the given storage and creates a revision for it.
  • remove document: feeds into this block. Removes the given document from the given storage.
  • delete: feeds into this block. Deletes the given files.
  • create document: feeds into this block. Creates a document in the given storage.

Version history

Introduced in v10.4.28.


Back to funnels Return to the main group to view all sub-groups Back to flow Return to the group to view all blocks within this group