You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add error handler cooldown and Power Fx gotchas reference
Error Handler Improvements:
- Add fxErrorEmailCooldownSeconds config (default 10s)
- Add LastEmailSentTime field for cooldown tracking
- Same error can trigger new email after cooldown elapses
- Add Mermaid flowchart and timeline examples to docs
Power Fx Reference:
- Create Reference/power-fx-gotchas.md for syntax quirks
- Document date formatting (lowercase mmm, not MMM)
- Document m/mm context-sensitivity (month vs minutes)
- Add official docs link and verification workflow
Also includes:
- Environment variables & ALM guide for SharePoint
- Updated CLAUDE.md with mandatory verification workflow
- Updated README.md with gotchas link
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: RESUME.md
+40-37Lines changed: 40 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,52 +6,53 @@
6
6
7
7
## Current State
8
8
9
-
Added comprehensive Environment Variables & ALM Guide for SharePoint solutions. All remotes in sync.
9
+
Added time-based cooldown to error handler, created Power Fx gotchas reference doc, and established verification workflow for Power Fx syntax. All remotes in sync.
10
10
11
11
**Branch:**`main`
12
12
13
13
## What Was Accomplished This Session (2025-12-18)
-**Purpose:** Complete step-by-step checklist for setting up environment variables and deploying Power Platform solutions across environments and tenants
> **Purpose:** Document Power Fx behaviors that differ from common assumptions (Excel, JavaScript, .NET, etc.). This file helps AI assistants and developers avoid incorrect assumptions.
0 commit comments