Articles on: Blocks Creator
This article is also available in:

⬜ Connector

⬜ Connector


The Connector block allows you to merge several paths in a graph to unify the flow towards a common scenario or to visually air out the graph by avoiding tangled connections.


It serves as a junction point to group logical branches or simplify the reading of complex flows.


πŸ“₯ Entries


  • in (Flow): End point of the application flow. Allows you to connect several outputs from previous blocks to group them into a single input.


πŸ“€ Outings


  • out (Flow): Logical continuity of the flow. Passage through the connector is instantaneous and transparent to the end user.


πŸ’‘ Example of use


Scenario: Group paths after multiple choice


  1. A Choices block offers three different options to the user.
  2. Each option leads to a different block (eg: Show a message, Modify a variable, Start an animation).
  3. Place a Connector block after these three blocks to group the flows.
  4. Connect the outputs of the three blocks to the in input of the Connector.
  5. The out output of the Connector can now be used to continue the common scenario (eg: Show an end screen).


βš™οΈ Technical Details

  • Stream behavior: The block does not modify the data in the stream, it only serves as a transparent crossing point.
  • Multiple input management: All inputs connected to in are treated as a single unified output source.

Updated on: 04/03/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!