In Salesforce Flow Builder and Process Builder, a flow interview (also called the interview state) is a running instance of a flow or process — similar to how a record is an instance of an object. When Salesforce needs to pause or schedule a flow, it saves a complete snapshot of the interview — including all data the flow has processed and a history of every element executed — to the Salesforce database as a Flow Interview record.
The interview state (the size of this saved snapshot) grows:
If the interview state exceeds the Salesforce database limit, Salesforce cannot save the Flow Interview record. The admin who created the flow receives a flow error email with this message: "The Interview is too large to be saved."
Real-world example: A Process Builder process is configured to run scheduled actions on Opportunity records. If the process runs on a large number of records and includes multiple "Update Records" actions, the interview state may grow too large for Salesforce to save, triggering this error.
The following approaches can resolve the "Interview is too large to be saved" error in Salesforce Flow or Process Builder.
Preventing the flow from needing to save its state eliminates the issue entirely.
Redesign the flow or process so that less data needs to be saved.
If you need a flow or process to run on a regular schedule, use Scheduled Apex to launch a flow interview for each interval. This avoids the need to save a long-running interview state.
000385514

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.