Skip to main content
Copies a part of the entity data to another location within the entity data, while leaving the original content unchanged. Instead of pointing at a single fixed path, you choose a way of reading values for the source and a way of writing values for the destination. That lets you copy several matching values at once, such as every product SKU in an order, and place them all under a new location in one step. If you do not need to keep the original, use Move using an accessor instead.

Fields

Sample data

Input:
Output:
The original order.items is untouched, and a copy of every matched SKU now also lives under the new skus location, keeping the path it came from.