Overview
Thetemplate transformation applies a template string with variable substitution.
Syntax
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
variable | any | Yes | The variable to use in template |
template | string | Yes | The template string with placeholders |
Examples
Template placeholders are typically defined using curly braces
{} or similar syntax depending on the template format.