Normalize text before routing

Trim, lowercase, replace a known alias, and log the canonical value before downstream routing.

What the workflow does

Trim, lowercase, replace a known alias, and log the canonical value before downstream routing.

Graph

  1. trim uses text.trim.
  2. lowercase uses text.lowercase.
  3. replace uses text.replace.
  4. log uses console.log.

Why this boundary works

Every node has one visible job, and the edges carry only the data needed by the next step. Replace any native node after import when your production contract needs stricter validation.

Before production

Add input validation, name the retry boundary, and connect real credentials only in the destination environment.

Try it in Octonode

Use the Community catalog as a starting point, then keep the imported copy small enough to understand in one sitting.