AgentStack
SKILL verified MIT Self-run

Power Automate Expression Syntax

skill-wals-pro-claude-power-automate-power-automate-expression-syntax · by Wals-pro

>

No reviews yet
0 installs
8 views
0.0% view→install

Install

$ agentstack add skill-wals-pro-claude-power-automate-power-automate-expression-syntax

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Power Automate Expression Syntax? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Identify the expression host:
  • Cloud-flow action/condition/JSON: WDL expressions.
  • Desktop flow formula mode: Power Fx.
  1. For cloud-flow expressions, read references/cloud-flow-expressions.md.
  2. For desktop-flow Power Fx, read references/power-fx-desktop-flows.md.
  3. 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.