Our Doha workflow automation combines platform selection appropriate to the organisation's ecosystem with Arabic-aware process automation. Platform selection: Microsoft Power Automate: recommended for organisations deeply embedded in the Microsoft ecosystem (Teams, SharePoint, Dynamics 365, Outlook — the standard stack in most Qatari government entities and large corporations). Advantages: native integration with Microsoft 365 (triggering workflows from Teams messages, SharePoint file uploads, Outlook emails), Dataverse for structured data storage, and Power Apps for simple user interfaces. We build Power Automate flows that connect Microsoft tools with external systems (SAP, Oracle, government portals) via custom connectors. n8n (self-hosted): recommended for organisations requiring data sovereignty (government entities processing citizen data, energy companies processing operational data). Self-hosted on Qatar-based infrastructure (Ooredoo Cloud, Meeza data centre, or AWS me-south-1 Bahrain — the nearest AWS region). Advantages: unlimited workflows and executions (flat cost vs. Power Automate's per-flow licensing), code nodes for complex logic, and 400+ pre-built integrations. Custom API integration: for enterprise-grade workflows with specific performance or compliance requirements — built in Node.js or Python, deployed as microservices. Process automation development (weeks 2-6): for each workflow, we build: trigger configuration (email received, form submitted, schedule, system event, manual button), Arabic content processing (OCR for Arabic documents, NLP for Arabic text classification — determining document type, extracting key data points, routing based on Arabic content), approval workflows (multi-level approval routing with configurable approval matrices — based on amount, department, type; approvers notified via email and mobile notification; automated escalation for overdue approvals; delegation handling for approvers on leave), document generation (automated creation of Arabic-English documents — letters, certificates, approvals — from templates populated with workflow data; Arabic document formatting with proper RTL text, headers, and signatures), system integration (connecting the workflow to enterprise systems — SAP via RFC/BAPI or API, Oracle via REST API, government portals via web automation where APIs aren't available), and notification and communication (bilingual notifications — Arabic primary, English secondary — via email, SMS, Microsoft Teams, and WhatsApp Business). Approval workflow design: Doha organisations have complex approval hierarchies. We implement: matrix-based routing (approval path determined by: type of request, amount, department, and requestor level), parallel approvals (when multiple approvers are required, sending to all simultaneously rather than sequentially — reducing total approval time), conditional approvals (if amount < QAR 50,000 → auto-approve; QAR 50,000-250,000 → department head; > QAR 250,000 → executive committee), delegation (when an approver is on leave, automatically routing to their designated delegate), and SLA tracking (if approval not received within configured timeframe — 24 hours, 48 hours — escalation notification sent to approver's manager).