How to save interaction from AI Agent on BaseRow

How can i save data that was collected through the ai agent interaction (Prompt)??

Scenario: I have a workflow connected to a webhook that leads to a whatsapp interacion through an AI AGENT. What i want to do is to collect data that the bot asks for my user, like name, address, date, and send this data to a baserow table i already have.

Share the output returned by the last node

Information on your n8n setup

  • Running version [email protected]
  • Database (Baserow):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (cloud):
  • Operating system: Windows 11 24h2

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Bruno_Moreira,

Welcome to the community :raised_hands:

What you have looks good, are you seeing any error or issue with what you have?

1 Like

Im unable to collect reply messages that pass through the bot. I simply need to collect the user answers and store it on a database, probably baserow.

hi Bruno,

I recommend connecting baserow as a tool to the agent. Then in the field you want to set in the baserow table, extract the info from the ai agent via {{ $fromAI(…) }}

Derek

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