A flow interview begins each time the flow runs. A flow interview is an instance of a flow.
Each interview can follow a different path through the flow and result in different actions depending on the data provided for that interview, either by input variables or input components on a screen.
To see how the interview works, debug your existing flow from the flow builder.
From Flow Builder, click Debug
Click Run.
Review the debug details, first card explains how the interview started ( A user started the flow interview) then it followed the path (actions) in the flow.

If your flow contains various decision-making components, the flow interview will follow a different course based on the information you have provided.
Advertisements
Advertisements
- Restriction Rules: Enhancing Data Security and Access Control in SalesforceSalesforce is a powerful customer relationship management (CRM) platform that enables businesses to manage their customer data, sales, and marketing efforts in one place. As a cloud-based platform, Salesforce allows users to access their data from anywhere, at any time. However, there are times when a user needs to restrict access to certain records or […]
- Create Eye-Catching Typing Text Animations in LWCWhen it comes to creating engaging user interfaces, one of the most effective techniques is to create animations and effects that simulate real-world behavior. One such effect is the typing effect, where text appears to be typed out on a screen one character at a time. In this blog post, we will learn how to create a LWC component that displays text-like typing.
- Add Some Fun to Your Salesforce Pages with a Confetti Generator LWCConfetti is a fun and playful way to celebrate special occasions, events, or simply add a touch of excitement to any project. In this blog post, we’ll walk through the process of creating a Confetti Generator component in Salesforce Lightning Web Components (LWC). Introduction Lightning Web Components (LWC) is a new programming model for building […]