Install
$ agentstack add skill-wals-pro-claude-power-automate-power-automate-expression-syntax ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Power Automate Expression Syntax
Power Automate cloud flows use Workflow Definition Language expressions. Power Fx is a separate formula language and is not the default for cloud-flow JSON.
Workflow
- Identify the expression host:
- Cloud-flow action/condition/JSON: WDL expressions.
- Desktop flow formula mode: Power Fx.
- For cloud-flow expressions, read
references/cloud-flow-expressions.md. - For desktop-flow Power Fx, read
references/power-fx-desktop-flows.md. - Validate against live run inputs where possible; expression errors are often
data-shape errors rather than syntax-only errors.
Cloud-Flow Guardrails
- Use
@{...}inside string interpolation and@...when the whole value is
an expression.
- Prefer null-safe access with
?[]for optional action outputs. - Use exact action names in
outputs('Action_Name'),body('Action_Name'),
and actions('Action_Name').
- Avoid copying expressions from rendered docs without checking quotes and
invisible characters.
- Confirm a function exists in
power-automate-reference(the complete WDL
namespace) before using it — the namespace is closed; do not invent functions.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Wals-pro
- Source: Wals-pro/claude-power-automate
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.