Hi i’m trying to use a tool in the AI Agent. I connected another flow that has 1 purpose, to check online presence of a user. I have 7 developers and it correctly fired 7 times the sub workflow. But instead of feeding it everytime with the next user Id its sending everytime the same user. I had to use the $fromAI since I didn’t found a way to drag the query into the target field. See picture for more details
I still have the same issue, and really need some help.
Tried a lot of things and thought it would be easy to iterate through the list.
But am really stuck at the correct syntax
Thanks for posting! It would be great if you can share the actual workflow JSON instead of screenshots!
Tip for sharing your workflow in the forum
Pasting your n8n workflow
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!
But from a quick look, I don’t think you can use the $fromAI tool in the workflow subnode.