Prerequisites
- A workflow with a saved draft.
- A clear list of values the workflow needs before and during a call.
Configure runtime scope
- Open a workflow and choose Settings.
- Add the variable names that the workflow may use under Template Variables.
- Reference a variable in a node prompt or tool field with double curly braces, such as
{{first_name}}. - Test with representative initial context and confirm that extracted values appear after the relevant node.
Runtime scope
Initial context is available at call start. Pre-call data can add to that context, while extraction can add values under gathered context during the conversation. Nested values can be addressed with paths such as{{initial_context.account.tier}}.