Liquid Template Connector
The LiquidJS Templating Engine is a simple, expressive and safe templating system.
This component takes a template and data as inputs, and outputs a rendered document formatted by the template and populated with the data provided.
Actions
Render Template
Receives provided json data and transforms it into a new format using a Liquid Template
| Input | Comments | Default |
|---|---|---|
| Data | This JSON payload will be fed into the liquid template. | |
| Liquid Template | The Liquid Template that will be used to transform the provided data. |