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
- Open the Designer tab.
- Select the destination field you want to set.
- Set Type to Fixed Value.
- 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,
truefor boolean).