Copy

Copy an existing field to another field

Copy an existing field to another field (overwriting the target field if it exists).

Settings:

SettingDescription
Source FieldField Name or JSON dot-notation to the source field
Target FieldField Name or JSON dot-notation to the target field

Behavior:

  • If Source Field doesn't exist, nothing happens
  • Otherwise, the value of Source Field is copied to Target field (creating any missing intermediate maps)