NodesProcess
Template String
Slot Usage: 0
Overview
Template String builds a string from a template that can include dynamic placeholders.
Input
Template String
string requiredTemplate text. Supports template expressions {{}}. See Template Expressions.
Default: empty string
Output
Output String
stringResolved string after template substitution.
Default: empty string