diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/common/60-link.html b/packages/node_modules/@node-red/nodes/locales/en-US/common/60-link.html index ef83a42f5..152717fc8 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/common/60-link.html +++ b/packages/node_modules/@node-red/nodes/locales/en-US/common/60-link.html @@ -54,9 +54,10 @@
If no response is received within the configured timeout, default 30 seconds, the node
will log an error that can be caught using the catch
node.
When the option Link Type is set to "Dynamic target" msg.target
can be used to call a
- link in
by name. The target link in
node must be named.
+ link in
by name or id.
link in
nodes with the same name, an error will be raisedlink in
nodes with the same id, it will be calledlink in
nodes with the same name, an error will be raisedlink call
cannot call a link in
node inside a subflow