Handbook
Task `sharepoint_verify_outlook_archive` v1
Read-only verification of Power Automate Outlook archive layout: .eml files under outlook/YYYY/MM/DD/ plus optional row match in outlook/messages.xlsx.
Updated
Task sharepoint_verify_outlook_archive v1
Summary
Read-only verification of Power Automate Outlook archive layout: .eml files under outlook/YYYY/MM/DD/ plus optional row match in outlook/messages.xlsx.
Inputs
| Field | Required | Notes |
|---|---|---|
session_ref |
yes | PlaywrightPageSession |
received_date |
yes | ISO datetime for day folder |
site_url |
no | Defaults to Leo/Agentic site |
library_folder |
no | Defaults to Shared Documents/Leo/Agentic |
internet_message_id |
no | When set, require matching index row |
message_id |
no | Alternate id match when internet id omitted |
Output
ok, folder_server_relative, eml_files[], eml_count, index_row_count, matched_row.
Verification
tests/playwright/test_sharepoint_outlook_archive_verify.py
Changelog
- v1 — Initial archive verification task.