Block 1 - OpenAI Chat Model
- Type / Role
- @n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
This n8n template demonstrates how to automatically process feedback on tasks and procedures using an AI agent . Employees provide feedback after completing a task, which is then analyzed by the AI...
@n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.baserowtool, n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.baserow, n8n-nodes-base.aggregate, @n8n/n8n-nodes-langchain.agent
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Frederik Duchi.
Original n8n.io sourceThis n8n template demonstrates how to automatically process feedback on tasks and procedures using an AI agent. Employees provide feedback after completing a task, which is then analyzed by the AI to suggest improvements to the underlying procedures. Improvements can be to update how to execute a single tasks or to split or merge tasks within a procedure. The management reviews decides whether to implement those improvements.
This makes it easy to close the loop between execution, feedback, and continuous process improvement. Use cases are many:
Procedures table with general procedure information like to name or description .Procedures steps table with all the steps associated with a procedure.Tasks table that contains the actual tasks based on the procedure steps.FeedbackImprovement suggestions table to store the suggestions that were made by the AI agent.Set table and field ids
Feedback processing agent
The prompt contains a small instruction to check the feedback and suggest improvements to the procedures. The system message is much more extensive to provide as much details and guidance to the agent as possible. It contains the following sections:
The agent uses the following nodes:
Improvement suggestions table structure for the output. This allows to easily add them to the database in the next step.Create improvement suggestions
/api/database/rows/table/{table_id}/batch/ to insert multiple records at once in the Improvement suggestions table. The inserted records is the output generated by the AI agent. Check the Baserow API documentation for further details.Get non-processed feedback
Tasks table that contain feedback but that are not marked as processed yet.Set feedback to processed
Aggregate records for input
items. This matches perfect with the Baserow API to insert new records in batch.Update tasks to processed feedback
/api/database/rows/table/{table_id}/batch/ to update multiple records at once in the Tasks table. The updated records will have their processed field set to true. Check the Baserow API documentation for further details.Configure settings and ids node.tasks_feedback tool node matches with the ones in your Tasks table.Get non-processed feedback node matches with the ones in your Tasks table.Set feedback to processed node matches with the ones in your Tasks table.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automate process improvement with employee feedback using AI and Baserow |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | HR, AI Chatbot |
| Author | Frederik Duchi |
| Published | 17 Sept 2025 |
Use the JSON export at /data/workflows/8677/8677.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This n8n template demonstrates how to automatically process feedback on tasks and procedures using an AI agent . Employees provide feedback after completing a task, which is then analyzed by the AI...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your HR, AI Chatbot use case.