Hi I am trying to replicate a google form in a chat format where i am using Ai agent node(tool agent) with openai models with chat trigger.
I have created 2 tools where such as:
- getQuestions: which gets questions, formStamp, hasNExt and respons
- SaveReponse: which saves the data( appending a google sheet in future):
Problem I am Facing:
When i run the Ai agent, it recalls all the questions and asks user those questions, waits for user response but it doesnt save or call the SaveResposne tool during execution.
Information on your n8n setup
- n8n version:1.44.1
- Database (default: SQLite): Sheets
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
- Operating system: windows