Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Direct in app composer components: {{ selection.rowId }} or explicit {{ local.selection.rowId }}
  2. Via Get actions inside an action chain when an intermediate action (e.g. API Invoke) needs the value.

Prefer direct template access; use Get sparingly to keep chains lean.

5. Reactivity With ON_DATA_HUB_CHANGE

...

PatternGuidance
Generic key reused widelyAdd prefix (report.filters, tbl.selection)Potential override scenarioUse fallback: {{ local.setting || app.setting || global.setting }}
Temporary chain scratch valuesPrefix with underscore (_tempPayload) and keep Local

...