Save to Agent Memory
The Save to Agent Memory node stores data in a memory table that AI agents can access later. This enables persistent data storage across workflow runs.
When to Use
Use Save to Agent Memory when you need to persist data between workflow executions. Common uses include building lead databases, storing enrichment results, or maintaining context for AI agents.
Inputs
Output Variables
Syntax Example
{{saveToAgentMemory.success}}{{saveToAgentMemory.recordId}}Pro tip: Use Agent Memory tables to deduplicate leads across workflow runs. Check if a person already exists before spending credits on enrichment.