Skip to main content
Reads stored entity mappings into an assign — a whole namespace, or the whole domain with *. Feed the list into a Flow Each to reconcile or clean up mappings.

Configuration

  • Domain — the entity kind to list.
  • Namespace — the mapping set (blank = the default set), or type * to list every namespace in the domain.
  • Output assign — where the list of rows lands. Each row is a map with namespace, external_id, value, and metadata keys.

Tips

  • Rows are ordered by namespace, then external ID.
  • * only counts when typed literally in the field — a value that merely resolves to * at runtime stops the flow.
  • Inside a Flow Each over the rows, reach fields with {item.external_id} / {item.value} / {item.metadata.some_key}.

Ports