I’ve been trying to use Notion Create Database Page “Node as Tools” with several AI Agents (React, Tools, OpenAI Functions) with the fromAI param
Configuration:
I’m getting items from a Notion Database Page and iterating on them with an AI agent. It has several tools. One of them is creating new items in Notion.
No, I’m on the latest release 1.66. I’ll test it with 1.67 when released and let you know.
In the mean time, I’ve used a “call n8n workflow tool” and it works well.
but it creates 7 entries in my Notion database. The output contains 7 elements - like if the tool was called for each input item, instead of for only one
We’ve identified the issue and are working on a fix. I know you’ve already found a workaround, but another one would be to put the agent inside a loop so that it’s only called with one item at a time.
Thank you!
At the moment, I’m using a sub workflow to create the insight. That’s the great thing about having multiple options.
FYI: I’ve retested it again with the latest version, still having the issue
Hi @sirdavidoff
Im also facing similar issue.
I have a MYSQL Tool node connected to Tools AI Agent which executes query generated by Tools AI Agent.
For repetitive calls to the this tool,it executes the first query only.
In logs it shows the second query.But in backend it executes the first query.
You’re probably aware of it at this stage…
I’ve also tested it with Airtable node tool - “delete record”, it has exactly the same behavior: it only delete the first record (identified by another Airtable node tool - search records)
Same workaround, I use an HTTP request instead which works like a charm.