Hello everyone,
I’m new to n8n and I’m trying to create a workflow where an AI Agent with GPT-4 can receive a message in a chat (via Telegram) containing expense information and then save it into a Google Sheets, ensuring that the data is stored in the correct cells (for example, date, description, and amount in separate columns).
The problem I’m facing is that all the information is currently being saved in a single cell as plain text instead of being split correctly into the respective columns. I don’t know how to process the AI model’s response so that each piece of data goes into the correct cell.
I’m new to n8n and workflow automation, so I’d also appreciate any tutorials or guides to better understand how to work with AI agents in n8n.
Has anyone solved a similar issue or can guide me through the process? Any advice or resources would be greatly appreciated!
Thanks in advance for your help!