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

...