Text: Template
Replace placeholders in a message template with the provided values.
Example
Configuration:
Template: Hello {name} !
Placeholders: name
Input: name = Sam
Ouput: Hello Sam !
Parameters
Message—REQUIRED
The message template with placeholders. Use brackets to define placeholders (for example: "Hello {name} !").
Placeholders—REQUIRED
List of all placeholders you want to connect to the template.
Input
Placeholders connectors
All template placeholders as input connectors.
Output
Text
The message template with placeholders replaced by the provided values.