Mapping
Mapping Implementation
The Mapping implementation type allows you to transform input data into output data using formulas.
Use the following file naming structure for the mapping implementation:
<method-name>.map.yml
Example
Here's an example of a mapping implementation that transforms user data:
# record-from-fields.map.yml
id:
$var: input.record.id
Updated 12 days ago