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.
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(…) }}