Skip to content

Error Messages

This page collects common SchemAlign error patterns and suggested resolutions.

Expression value not available

Field references {{current_term}}, but current_term is not available to this node.

Suggested resolution:

  • define the named value
  • connect the publishing node upstream
  • verify the field supports expressions

SQL scalar returned multiple rows

SQL expression returned multiple rows where one scalar value was expected.

Suggested resolution:

  • add a filter
  • aggregate the query
  • limit to the intended row
  • confirm the expression is truly scalar

Credential unavailable

Credential is unavailable or not assigned to this organization.

Suggested resolution:

  • verify organization context
  • re-test the credential
  • confirm user permissions
  • check the environment

Custom node runtime unavailable

Custom node runtime environment is unavailable.

Suggested resolution:

  • confirm the custom node runtime exists
  • confirm dependency environment build succeeded
  • do not fall back to shared worker Python for unsafe custom node execution