IntermediateLast verified Aug 23, 2026
String Template
Builds a readable message from a template and connected values.
Builds a readable message from a template and connected values.
When to use
Use it when an Alert message should include calculated values instead of a fixed sentence.
Example
Combine a symbol and indicator value into a message, then connect the result to Alert.
Common problems
Keep placeholders aligned with connected values. A missing optional value should not make the final message misleading.
Next steps
Review the generated Parameters, Outcomes, and Data Ports on this page, then open the related guides for the complete workflow.