Skip to content

Data Record Copy

Copy values from one Data Record into another.

Parameters

Parameter Description
Target The Data Record to write values to.
Source The Data Record to copy values from.

⚙ Details

This action copies values from Source into Target. The target record schema is used when applying values, so field matching is predictable.

Examples

  • Copy a temporary editing record into a live gameplay record.
  • Duplicate current player stats into a backup record before changes.