Zum Hauptinhalt springen

5. Read external data

A model can read values stored in another model — useful for shared assumptions or reference data.

  1. In the source model, note the cell entry name of the cell storage value you want to read.
  2. In the target model's Design mode, add a cell storage to the target cells and turn on Advanced mode.
  3. Set the value's Content source to EXTERNAL and point it at the source model and cell entry name, with Storage = READ.
  4. Reload and confirm the values appear.

Screenshot placeholder

  • 1 Set Content source = EXTERNAL.
  • 2 Choose the source and set Storage = READ.
note

Read a property that was actually stored at the source — reading a number fails if only text was saved.

For a full external system import, see Import data via template; to read an external API, see Data query.

Next: Permissions