The automation monitors a folder for new bank statement files, checks each transaction against tenant records, and writes action items to an Excel report. It helps property and finance teams find missing or incorrect rent payments fast.
Here is how it works. A local file trigger watches for CSV files and loads the new file. The data is parsed into rows, then an AI agent powered by OpenAI reviews the payments. The agent can call tools that read tenant and property details from the Excel workbook, so it can consider rent amounts, due dates, and notes. A structured parser enforces clean fields like tenant id, action required, and date. The list of actions is split into single items, and a code step appends them to the alerts sheet in the same workbook.
Set this up on a self hosted n8n with access to the local drive. Point the trigger to your bank statement folder, set the spreadsheet path, and add your OpenAI API key. Many teams see monthly reconciliation drop from hours to minutes with fewer missed issues. It fits small property portfolios, accounting teams, and landlords who manage many tenants.