Salesforce Flow Flashcards
What tool do you use to see the scheduled paths that run in the future, such as the path that runs 5 days after an Opportunity closes?
A. Flow Trigger Explorer
B. Orchestration Runs List
C. Time-based workflow page
D. Flow Builder
C. Time-based workflow page
With Flow Trigger Explorer, you can select an object to see all of the associated flows that run when a record is created, updated, or deleted, and change the order in which those flows run. But how do you see individually scheduled instances of a path that runs in the future (such as a path that runs five days after an Opportunity closes)? For that, you use the Time-Based Workflow page
You can activate a flow from the Flow Details pane
A. TRUE B. FALSE
A. TRUE
Which use case requires an Autolaunched flow?
A. Launching interactive automations automatically when a page loads
B. Launching automation automatically when a trigger happens in Salesforce
C. Launching noninteractive automation from a button
D. Running interactive automation from an action button
C. Launching noninteractive automation from a button
An Autolaunched flow has no trigger defined within the flow. It runs when it’s initiated by something else (action button, Einstein Conversation AI, another Flow, Other automation). You have much more control over when it runs because it’s not limited to a schedule, record change, or platform event.
It runs without any user interaction.
In a flow list view, which field helps to differentiate a true Autolaunched flow from other autolaunched flows?
A. Process Type
B. Flow Type
C. Process Trigger
D. Trigger
D. Trigger
You need to know what triggers each flow to run, so add the Trigger field to the list view. Together, the process type and trigger differentiate the four types of autolaunched flow
What types of screen components receive input from users?
A. Display Components
B. Input Fields
C. Record components
D. Input components and records fields
D. Record components and input fields
There is no such things as Input fields and record components
In screen flows, how do you save the data that users enter to a Salesforce record?
A. Add a save element
B. Add a data element
C. Set the destination record in the Screen element
D. Assign the data to a record variable
B. Add a data element
You need a Create or Update Record element
What’s the difference between the Run and Debug buttons in Flow Builder?
A. Only the Run button uses the latest version of the flow
B. The Debug button displays details for debugging the flow
C. The Debug button automatically fixes issues in the flow
D. The Run button is available only for active flows
B. The Debug button displays details for debugging the flow
When you click “Run”, the last saved version of your flow will be executed. When clicking on “Debug”, you can specify values for input variables as well as view debug logs at each flow step to check if each step is being executed as expected.
What’s true of a flow interview?
A. It’s an instance of a flow
B. It takes the same path through the flow
C. It’s how you get certified to build flows
D. It’s a special connector between two elements
A. It’s an instance of a flow
Based on the data provided for that interview, either by input variables or input components on a screen, each interview can take a different path through the flow and result in different actions being performed.
What is the advantage of running a flow in user context during testing?
Running a flow in user context allows you to test the flow with the same permissions and settings as a specific user, ensuring that it works correctly for different roles and profiles.
What are the three main ways to test a flow in Salesforce?
The three main ways to test a flow in Salesforce are:
- Debugging the flow
- Running the flow in user context
- Testing with actual data in a sandbox environment
What allows admin to debug flows to check if the flows works for different users?
The checkbox setting “Let admin users debug the flow as other users” in Setup -> Process Automation Settings
What does a flow connector do?
A. It tells Salesforce which flow to start next
B. It tells the flow which resource to create next
C. It tells the flow which element to execute next
D. It tells the flow which external database to connect to
C. It tells the flow which element to execute next
Which flow element can send an email?
A. Send Email
B. Action
C. Subflow
D. Screen
B. Action
What do you use to access custom metadata types in Flow Builder?
A. The $Metadata global action
B. The Custom Metadata resource type
C. The Get Metadata action
D. The Get Records element
D. The Get Records element
In an Assignment element, which field holds the new variable value?
A. New Value
B. Variable
C. New Variable
D. Value
D. Value