We aim to provide accurate and helpful details about third‑party tools, but we can’t guarantee that this information is always complete or up to date. If you notice any discrepancies, feel free to share them in the feedback section below. For the most reliable information, please always refer to the third‑party tool’s official documentation.
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. |