From hospital floors to legal chambers to capital project pipelines — Wu's Demo + Power Fx delivers enterprise-grade solutions without enterprise-grade complexity.
| Initiative | Domain | Status | Target Date | Priority |
|---|---|---|---|---|
GS Appointment Follow-Up Process |
Clinical Ops | On Track | Apr 30, 2026 | High |
GT Discharge Process Redesign |
Care Transitions | At Risk | Mar 28, 2026 | Critical |
GN Referral Tracking Automation |
Informatics | On Track | May 15, 2026 | Standard |
GR Compliance Reporting Dashboard |
Quality & Safety | In Review | Apr 10, 2026 | High |
Set() for global app state and UpdateContext() for screen-local variables like modal toggles and filter flags.| Case | Type | Attorney | Status | Deadline |
|---|---|---|---|---|
| In re: Accommodation Request — Remote Work | Admin Law | AH A. Huang |
Under Review | Mar 22 ⚠️ |
| Agency Appeal — Denied Disability Accommodation | Reasonable Accommodation | LM L. Morgan |
Discovery | Apr 10 |
| Regulatory Compliance — Modified Duty Petition | Admin Law | RP R. Patel |
Filed | May 05 |
| ADA Grievance — Schedule Modification Dispute | Reasonable Accommodation | ST S. Torres |
Hearing Set | Mar 28 ⚠️ |
DateDiff(Today(), Deadline, Days) to auto-highlight cases within 14 days — no triggers needed.| Project | Owner | Priority | Due Date | Status |
|---|---|---|---|---|
| Portal Redesign | GS GuwenJ Smith |
High | Mar 20 ⚠️ | At Risk |
| Data Migration | GT GuwenJ Torres |
Medium | Apr 05 | On Track |
| Security Audit | GN GuwenJ Nguyen |
High | Mar 31 | On Track |
| Onboarding App | GR GuwenJ Rivera |
Low | May 15 | Delayed |
&& (AND) or || (OR). Works with SharePoint, Dataverse, SQL, and collections.Defaults() to create a new record, or pass ThisItem to update the current row. Works on any connected data source.RemoveIf() to delete multiple rows matching a condition.& to build dynamic labels.Collect() appends; ClearCollect() resets first. Use for offline caching, shopping carts, and multi-select lists.Filter() seamlessly. Supports multiple sort columns and dynamic sort direction via a toggle variable.If() supports chained conditions without nesting. Switch() is cleaner when matching one value against many cases.IsBlank() for text/field validation and IsEmpty() for tables and collections. Essential for form validation before Patch().gbl and locals with loc. Set multiple local vars in one UpdateContext() call to reduce formula length.Success, Warning, Error, Information. Optional third param sets display duration in milliseconds.! shorthand for Not() keeps formulas concise.Today() for date comparisons and Now() for timestamps. Wrap in Text() for any display format.Days, Months, Years, Hours, Minutes. Negative result means the first date is after the second.& operator joins strings instantly. Use Upper(), Lower(), Trim() to normalize user input before saving.Search() is case-insensitive and spans multiple columns. StartsWith() is faster for prefix-only matching against large datasets.CountIf(table, condition) combines count + filter in one call for even cleaner formulas.User().Image can fill avatar Image controls directly — no extra steps.App.OnStart to avoid repeated lookups. Use the variable in Visible, DisplayMode, and Disabled properties across all screens.