Swap
Swap values between two fields in one step (uses Source as field A and Target as field B; supports nested paths like parent.child).
Parameters
This operation has no configurable parameters.
Field selection
- source — Field that supplies the first value (for example
amount). - target — Field that supplies the second value (for example
backupAmount). The operation writes its result according to the node configuration.
JSON Configuration
{ "id": "op-swap", "type": "transformation", "action": "swap", "params": {}, "testInputs": [ "Hello World", "MixedCase", "sample text", "already", "123", "" ]}