Our Lisbon workflow automation projects follow a methodology designed for Portuguese business systems and regulatory requirements: (1) Process mapping and analysis (weeks 1-2): understanding what actually happens before automating. We document current processes as they actually work — not how management thinks they work. In Portuguese businesses: there's often a gap between the official process and the practical reality. The official process might say "purchases over €1,000 require director approval" — in practice, the director is frequently unavailable, so an assistant approves purchases under €3,000 and the director retroactively signs off at the end of the month. Automation must handle the real process, not the ideal one. Process documentation: BPMN (Business Process Model and Notation) diagrams for key workflows — making the implicit explicit. For each process: trigger (what starts the workflow), steps (what happens, in what order, with what decisions), actors (who does what — people and systems), data (what information is created, consumed, or transformed), exceptions (what happens when things go wrong), and outputs (what the process produces — documents, records, notifications). Time and cost analysis: quantifying how much each manual process costs. In Lisbon: labour costs are lower than Northern European cities but still significant when multiplied across repetitive tasks. The admin assistant spending 2 hours per day copying data from the CRM to the invoicing system: €28/day × 250 working days = €7,000/year for a single manual process. Multiply across an organisation: manual processes typically cost Portuguese SMEs €30,000-80,000/year in direct labour — before accounting for errors, delays, and missed opportunities. (2) Platform selection and architecture (weeks 2-3): choosing the right automation tools for the business context. We evaluate: existing systems (what's already in place — PHC, Primavera, SAP, Sage, or other Portuguese business software that must be integrated, not replaced), process complexity (simple linear processes vs. multi-path decision trees with exception handling), volume (how many times per day/week/month does the process run — high-volume processes justify more investment in automation), and team capability (who will maintain the automation? Portuguese SMEs rarely have dedicated IT staff — the automation must be maintainable by business users or supported by external partners). Platform options: Make (formerly Integromat — visual workflow builder, good for connecting cloud applications, suitable for Portuguese businesses using cloud-based tools), n8n (self-hosted workflow automation — for businesses requiring data to remain on local infrastructure, useful when RGPD or data sovereignty concerns apply), Power Automate (for Microsoft-ecosystem businesses — connecting Dynamics 365, SharePoint, Teams, and Outlook with business workflows), custom development (Node.js/Python automation — for complex workflows that exceed low-code platform capabilities or require deep integration with Portuguese business systems), and RPA (UiPath, Automation Anywhere — for automating interactions with legacy systems that lack APIs, such as older Portuguese government portals and legacy ERP systems). (3) Integration development (weeks 3-6): connecting systems and building workflows. Portuguese business system integration: PHC integration (PHC FX/CS — the most popular Portuguese business management software, used by thousands of Portuguese companies. Integration: connecting PHC's API or database to automation workflows for financial data synchronisation, invoice generation triggers, and customer data management), Primavera integration (Primavera BSS — another major Portuguese ERP, particularly strong in construction and manufacturing. Integration: project data, procurement workflows, and financial reporting automation), AT integration (e-Fatura submissions, SAF-T generation and validation, IVA reporting — connecting financial automation workflows to the tax authority's systems), Portuguese banking integration (Multibanco reference generation through SIBS, SEPA payment file generation, bank reconciliation automation — connecting payment workflows to Portuguese banking infrastructure), and Segurança Social integration (social security contributions — automated calculation and reporting for employee and employer contributions under Portuguese social security rules). Document automation: Portuguese business generates significant paperwork — contracts, invoices, reports, declarations. Document automation: template-based generation (populating Word/PDF templates with data from business systems — proposals, contracts, reports generated in seconds rather than hours), digital signatures (qualified electronic signatures under eIDAS — legally valid in Portugal and across the EU. Integration with Portuguese certification providers), document management (systematic filing, version control, and retention period management — Portuguese commercial law requires businesses to retain records for 10 years for most documents), and OCR and data extraction (extracting data from paper documents — supplier invoices, receipts, contracts — and feeding into digital workflows. Portuguese documents: handling European date formats, Portuguese address structures, and NIF identification). (4) Testing and deployment (weeks 5-7): ensuring automation works correctly with Portuguese data and systems. Process testing: end-to-end testing with real Portuguese business scenarios — not test data. Portuguese-specific: NIF validation (the 9-digit fiscal number with check digit), Portuguese address validation, IVA calculations (standard 23%, intermediate 13%, reduced 6% rates), and SAF-T format compliance. User training: in Portuguese, with documentation in Portuguese. Training focused on: how to use the automated workflows, how to handle exceptions (what happens when the automation can't handle a situation — the human fallback process), and how to monitor automation health (knowing when something has failed and what to do about it). Gradual rollout: starting with a single process or department, verifying results, then expanding. In Portuguese businesses: trust in automation builds with demonstrated success. A rushed rollout across all departments simultaneously often results in resistance and failure.