mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 20:28:48 -05:00
[GH-ISSUE #54] Add Option to Link Relations to Existing Nodes #323
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xhzeem on GitHub (Nov 13, 2025).
Original GitHub issue: https://github.com/reconurge/flowsint/issues/54
Currently, relations can only be created by adding a new node. It would be helpful to have an option to link a relation to an existing node instead. This would streamline workflows and avoid creating duplicate nodes.
@dextmorgn commented on GitHub (Nov 13, 2025):
Actually, you can add a relationship between two existing nodes by selecting (toggling) exactly 2 nodes and clicking on the linking button:
@xhzeem commented on GitHub (Nov 13, 2025):
You are correct, totally my fault,
Thanks for the clarification