> ## Documentation Index
> Fetch the complete documentation index at: https://docs.speckle.systems/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> These docs contain multiple Speckle product experiences. For Speckle 2026.9, prefer /next/ pages for the topics and changes they cover. The navigation label Current does not override this version-specific precedence.
> Coverage under /next/ is incremental. Use Current documentation for unchanged topics and when a /next/ page says coverage is unavailable or explicitly refers you to Current. Do not infer a feature was removed from a missing page.
> Read the page-specific documentation status, applicability, affected guidance and replacement links in agent-only content. Impacted, changed and superseded apply only to the stated scope; they do not mean the entire feature is deprecated. Historical connector guides apply only to the legacy connector described.
> Match guidance to the customer's deployment version, model data format and connector. Respect plan, permission and compatibility restrictions. If an unknown version or data format changes the answer, ask a focused clarification; do not infer deployment version from the date alone.

# Viewing Automate results in 2026.9

> Why the results doughnut icon is missing for models in the 2026.9 data model, and what to do meanwhile.

Documentation set: Speckle 2026.9. Status: current. Authority: canonical for this version and the coverage on this page.

Applies to version 2026.9, from 2026-09; this is not a rollout date for every deployment.

Authoritative Speckle 2026.9 documentation for the topic covered here. For Speckle 2026.9, prefer this page over conflicting earlier guidance. Follow the linked pages in the other documentation version for unchanged topics and where this page says coverage is not yet available. Respect data-format, deployment, plan, permission, and compatibility limitations stated in the page.

<Note>
  This is 2026.9 documentation. Coverage here is incremental: a page exists only where 2026.9
  differs or is newly documented. For any other topic, switch to **Current** (2026.8 and earlier) in
  the version selector.
</Note>

Automate still runs your functions against models in the 2026.9 data model, exactly as described
in [Who's affected](/developers/migration/data-model-migration#whos-affected). A run against a
2026.9-format model completes, and its results are recorded, the same as any other run.

<Warning>
  What isn't there yet is a way to see those results. Neither the results indicator in the product
  UI nor a documented API covers a model in the 2026.9 format right now. If you're troubleshooting a
  run that appears to have succeeded but produced nothing visible, this is why — it isn't a sign the
  run failed.
</Warning>

## What's missing

For a model still in the current (pre-2026.9) data model, results show up exactly as described in
[Viewing Automation Results](/developers/automate/viewing-results): a doughnut icon in the 3D
viewer and in the project model list, both opening the same results summary.

For a model in the 2026.9 data model, that icon does not appear in either place. This isn't
specific to any one function or trigger — it applies to any 2026.9-format model with a completed
run.

There's also no documented, supported API to read the results back as a substitute. Automate
functions can write results during a run, but nothing on this site currently documents a query for
reading them back afterwards. (The equivalent gap for Data Validation checks specifically is
tracked separately; an undocumented internal path exists there but carries no stability
guarantee — see [Data Validation](/next/analytics/data-validation/overview) if that's what you're
looking for.)

## What to do meanwhile

<Steps>
  <Step title="Keep the workspace on compatibility mode">
    If you need to see results for a model that would otherwise land in the 2026.9 format —
    through ACC sync or drag-and-drop upload — ask us to switch the workspace into compatibility
    mode. It keeps that data in the format the current viewer and dashboard already render
    correctly. See [Data model migration for
    workspaces](/workspaces/data-model-migration).

    <Warning>
      Compatibility mode is a bridge, not a fix. It's available only until **1 November 2026**.
    </Warning>
  </Step>

  <Step title="Confirm the run actually completed">
    Check the automation's run history from project **Settings → Automations** rather than looking
    for the results icon. A completed run with no visible icon is this limitation, not a failure.
  </Step>
</Steps>

## FAQ

<AccordionGroup>
  <Accordion title="Did my automation actually run if I can't see the results?">
    Yes, if the run history shows it completed. The results icon and any API read path are what's
    missing for 2026.9-format models — the run itself, and what it produced, aren't affected.
  </Accordion>

  <Accordion title="Is there any way to get the results out right now?">
    Not for a model already in the 2026.9 format. The only current option is compatibility mode,
    which keeps new data in the format the existing viewer and dashboard support, so results stay
    visible the normal way.
  </Accordion>

  <Accordion title="When will this be fixed?">
    No committed date yet. It depends on the same underlying frontend work covering the 2026.9 data
    model more broadly — see [Viewer developer notes in
    2026.9](/next/developers/viewer/introduction) for the closest thing to a timeline.
  </Accordion>
</AccordionGroup>
