Copilot & Power Automate: OOF Guide
Power Automate
20. Apr 2026 16:41

Copilot & Power Automate: OOF Guide

von HubSite 365 über Damien Bird

Power Platform Cloud Solutions Architect @ Microsoft | Microsoft BizApps MVP 2023 | Power Platform | SharePoint | Teams

Copilot and Power Automate set Outlook Out of Office from Excel dates with timezone and formatDateTime fixes

Key insights

  • Two methods: Use Microsoft 365 Copilot inside Outlook for quick, conversational setup or build a scheduled flow with Power Automate and an Excel table to fully automate Out of Office messages.
    Both approaches remove repetitive manual steps and work across Outlook and other Microsoft communication apps.
  • Copilot workflow: Tell Copilot in plain language to "set automatic replies" or to draft a message, review the draft, then confirm and schedule it in Outlook.
    Copilot generates a professional message based on your style and lets you enable or disable replies with simple prompts.
  • Power Automate flow: Use the "Set up an automatic reply" action and point it to a dynamic Excel table containing Start Date, End Date, and Message columns.
    Power Automate reads the table, applies the message for the date range, and can run on a recurrence schedule so you don’t have to click Outlook repeatedly.
  • Filtering & triggers: Filter rows with OData queries and compare dates using UTCNow expressions so the flow picks only current or upcoming entries.
    Use recurrence triggers and addDays() when you need the flow to enable OOO in advance or for multi-day ranges.
  • Date/time gotchas: Watch for ISO 8601 date formats, UTC vs local time, and automatic conversions that break comparisons.
    Fix issues with formatDateTime and explicit time zone handling; expect an Apply to each container when using "List rows present in a table."
  • Benefits & best practices: Automate to save time, keep messaging consistent, and reduce errors.
    Include clear duration, an alternative contact, and run tests before trusting scheduled flows in production.

Introduction

Damien Bird, a Power Platform Cloud Solution Architect, published a clear tutorial demonstrating two practical ways to manage your Microsoft 365 Copilot inside Outlook and how to build a scheduled automation with Power Automate and an Excel table. The piece is aimed at people who want to avoid last‑minute clicks in Outlook and who need a reliable way to schedule absence messages. As a result, viewers get both quick manual guidance and a repeatable automation blueprint.


Video at a Glance

The video opens with a concise overview and timestamps that guide viewers through each step, from drafting a Copilot reply to configuring advanced recurrence triggers. Damien demonstrates the Copilot conversational setup first, then moves on to creating a flow that reads dates and messages from an Excel table. He explains the sequence clearly and shows live tests to validate each method. Consequently, the structure helps both beginners and intermediate users follow along.


Using Copilot for Quick Out-of-Office Setup

Damien shows that the fastest route is to use Copilot in Outlook to draft and schedule automatic replies with natural language prompts. You can type a request like “set automatic replies for next week” and then confirm or tweak the draft that Copilot generates, which speeds up simple use cases. This approach reduces friction for ad hoc absences and fits well when you want a human‑readable message drafted based on your recent tone and style. However, it is less suited to recurring patterns that require precise date logic or multiple scheduled windows.


Building a Power Automate Flow with Excel

For recurring or programmatic needs, Damien walks through a flow that uses an Excel table as the data source, with columns such as Start Date, End Date, and Message. He explains how to use the “Set up an automatic reply” action in Power Automate, filter rows with an OData query, and trigger the flow on a schedule using recurrence triggers. The example includes dynamic logic so the flow only activates when the current date falls inside a row’s date range, which is useful for preplanned absences. This method scales better for admins or power users who manage many leave periods or team calendars.


Troubleshooting: Dates, Time Zones, and Common Gotchas

Damien spends substantial time on pitfalls that often break automations, such as ISO 8601 date formats and time zone mismatches between Excel and Power Automate. He covers how to use UTCNow, formatDateTime, and conversion expressions to ensure the flow evaluates dates correctly. He also explains why Power Automate adds an “Apply to each” control when you use the List rows present in a table action and how to structure your expressions to avoid unnecessary loops. Therefore, handling date/time properly is the main technical challenge for reliable automation.


Tradeoffs and Best Practices

Choosing between Copilot and a Power Automate flow is a tradeoff between speed and control. Copilot delivers quick, conversational setup and works well for one‑off messages, but it lacks fine‑grained scheduling options and complex date logic. Conversely, Power Automate gives you precision, repeatability, and integration with Excel or other data sources, but it requires more initial configuration and careful handling of time zone and format issues. To balance these factors, Damien recommends using Copilot for immediate needs and Power Automate for repeatable patterns or team‑level automation.


Practical Recommendations

Damien advises building a simple Excel table with clear date columns and testing the OData filters against sample rows before enabling the recurrence trigger. He also suggests explicitly converting times to UTC when comparing dates, and using clear message templates so automated replies remain professional and helpful. For organizations, he recommends documenting the flow and keeping an audit log so others can understand and update the automation when policies change. These practices reduce downtime and avoid accidental incorrect replies.


Conclusion

The video by Damien Bird delivers a pragmatic guide for anyone who wants to stop manually toggling automatic replies. It balances an easy, conversational Copilot method with a reproducible Power Automate solution that reads from Excel, and it highlights the technical details that trip users up. Ultimately, his step‑by‑step approach, supported by troubleshooting tips on dates and time zones, helps users choose the right tool for their needs. As automation grows in everyday workflows, Damien’s tutorial offers a useful mix of speed, control, and practical safeguards.


Power Automate - Copilot & Power Automate: OOF Guide

Keywords

out of office Copilot, Power Automate out of office, automate out of office replies, set out of office with Copilot, Copilot automated OOO, create out of office flow Power Automate, Microsoft Copilot out of office setup, OOO automation with Power Automate