Variable Operations
Creating Variables
Variables are automatically populated when creating extraction blocks through the Recursion Agent or executing existing extraction blocks.

Referencing Variables
Variables can be referenced to the AI Assistant or directly in prompts using{variable_name} syntax.
Note, however that that workflow blocks can only reference variables populated by extraction blocks that are executed prior to the workflow block.
Referencing Variables in For Loop Blocks

{item.value}represents the current item’s value{item.key}represents either:- The object property name when iterating over an object
- The numeric index (0, 1, 2, etc.) when iterating over an array
