Function chaining #369
Replies: 4 comments 10 replies
-
Ah, that's not possible using FunctionNodes, right now. It would be possible to extend function/dynamicNode so they can depend on any nodes, not just nodes with a positiln, but I don't think that would be useful very often |
Beta Was this translation helpful? Give feedback.
-
Why don't you just use something as |
Beta Was this translation helpful? Give feedback.
-
Thank you for the replies. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hello.
I'm trying to implement function node chaining with
fmt
node. Here is an example:The idea here is to pass token value (returned by function node
token
to function nodesha
. But the only thing it can accept is number ofinput
node.If it is possible to achieve this what should I pass as
<?>
? Thank you.Beta Was this translation helpful? Give feedback.
All reactions