Skip to main content
Reads a value from the model as a raw term. Unlike Attribute, the value is emitted exactly as it sits on the model — no dated-property wrapping, no list fan-out. Use this to grab a whole map or list (e.g. a Hibob custom table) that downstream nodes will iterate or pick apart.

Configuration

  • Path — dot-separated sequence of keys to walk into the model. [] is not supported in raw paths — give the path up to the list and let Raw Each iterate.

Tips

  • Pair with Raw Each to iterate over a list value.
  • Pair with Raw Read or Wrap Raw to consume a scalar / nested map.

Ports