Prerequisites
- A workflow with a known source for each value.
- A test case that supplies the same scope and shape at runtime.
Use supported syntax
- Open a prompt, tool field, or payload template.
- Insert a simple value with
{{name}}. - Use scoped values such as
{{initial_context.phone_number}}or{{gathered_context.preference}}. - Use a default when a value can be absent, for example
{{name | default}}. - Test the rendered result before publishing.