Copy
Copy an existing field to another field
Copy an existing field to another field (overwriting the target field if it exists).
Settings:
Setting | Description |
---|---|
Source Field | Field Name or JSON dot-notation to the source field |
Target Field | Field 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)
Updated about 1 month ago