---
title: "Liquid Template Connector"
slug: "liquid-template-connector"
description: "Use the Liquid Template connector in Lansweeper Flow Builder to render documents from a LiquidJS template populated with your workflow data."
updated: 2026-07-17T15:45:23Z
published: 2026-06-12T14:55:42Z
canonical: "docs.lansweeper.com/liquid-template-connector"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lansweeper.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Liquid Template Connector

Note on third‑party tools

              

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](https://liquidjs.com/) 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. |  |
