Issue with Node as Tools calling several times with the same arguments

Hi @Baptiste_JACQUEMET,

I indeed saw that piece of documentation, but my brain misinterpreted it. I thought if the $fromAI() function was used in the original flow, it was ok, but as soon as a subflow is involved it does not work indeed.

I changed it with your input and now it works! :pray:
Thanks for your help.

1 Like

Hi there!

Why does the sub-flow not work when called more than once? Why does it only return the first result from the first input and ignore the rest? I would love to use that really nice UI to let the AI decide what to input instead of just adding it to the description!

Hi @Baptiste_JACQUEMET
I didn’t really follow the explanation. I am able to pass the first query to the subworkflow with the fromAi function, but other calls are repeating the input of the first one.
How do I specify the value in the description? I dont really follow the instruction and I am yet to find a solution to this

Hi,

You can pass the details of the subworkflow params directly in the description, as mentioned here

If it’s unclear, can you share your workflow and the issue you’re facing?

Still having this issue with sub-workflow, it’s making multiple different calls but it passes only first one multiple times. It’s so dumb and annoying I need to change whole workflow cuz of that

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.