Skip to main content
Version: 2

Fixed Value Mapping

info

Available: Base

Overview

A Fixed Value mapping lets you set a constant value that will be written to the destination field every time the transformation runs. This is useful for:

  • Setting default flags (e.g., Active = true)
  • Hard-coding static values required by a target system
  • Adding environment or source identifiers

When to use

Use a Fixed Value when:

  • The destination field should always be the same value.
  • You do not need to reference the source JSON.
  • You want a quick, no-logic mapping.

Configure a Fixed Value

  1. Open the Designer tab.
  2. Select the destination field you want to set.
  3. Set Type to Fixed Value.
  4. Enter the value and Save.

Notes

  • The value will be written as the destination field type where possible.
  • If the destination expects a specific type, enter a value that matches that type (for example, true for boolean).