Skip to main content
Some transformers replace the entire entity data, such as the HTTP Transformer. It merges the HTTP Transformer’s output into the entity data without losing the existing entity data.

Fields

Data Transformer

A required field. The data transformer to execute.

Template

A required field. This data object will be merged into the existing entity data. The data returned by the configured data transformer can be selected using a placeholder query. To keep all output of the data transformer, use the placeholder “&{@}”. See Placeholders for an overview of placeholder syntax.

Sample data

FieldValue
Input data{}
Data TransformerHTTP Transformer
Template{ “response”: ”&{@}“}
Result{ “response”: “<The output of the HTTP request>”}