arcade

Installation
SKILL.md

Arcade

Arcade is profile-scoped and version-gated: the same expression is valid in one profile and nonsense in another, and a function that exists at one Arcade version is absent in an earlier one. Resolve both before writing a line.

Identify the profile first

Each profile exposes different globals and expects a different return type. Writing before the profile is known produces expressions that run in the author's head but fail in the app — a popup expression pasted into an attribute rule references globals that do not exist there.

  • Popup$feature, $map, $datastore and related globals; returns text or a dictionary for display.
  • Labeling — returns the label string for each feature.
  • Field calculation — returns the value written to the target field.
  • Attribute rules (calculation, constraint, validation) — edit-context globals such as $originalFeature; each rule type expects a different return.

Confirm which profile the expression targets before authoring.

Pin the Arcade version

Arcade's available functions are version-gated. The Arcade version is pinned by the ArcGIS Maps SDK for JavaScript version, which is pinned by the ArcGIS Enterprise release (or by ArcGIS Online). Resolve the target from the live Esri version matrix — https://developers.arcgis.com/javascript/latest/version-matrix/ — rather than assuming "latest," which re-verifies against the current published mapping every time.

Installs
87
GitHub Stars
2
First Seen
Aug 3, 2026
arcade — valdesrosier/arcgis-skills