Flows with Flow builder Flashcards
How is a Screen Flow launched by ?
Quick action
Lightning page
Experience Cloud site, and more
How is an Autolaunched Flow launched by ?
Another flow
Apex code
REST API
How is a Triggered Flow launched by ?
Time
Data change
Platform event
What is a screen flow ?
Screen Flows provide a UI that guides users through a business process.
What is an autolaunched flow ?
Autolaunched Flows automate business processes that have no UI. They have no trigger and they run in the background.
What is a Triggered flow ?
Triggered Flows are autolaunched by a trigger you specify. They run in the background. There are 4 of them : schedule-triggered, record-triggered, platform event-triggered or record triggered flow.
What is a flow ?
Flow automates business processes by executing logic, interacting with
the Salesforce database, and can collect data directly from users. Flows are built using
the Flow Builder. A flow interview is an instance of an executing flow.
What are faults ?
Faults are exceptions that can happen while processing Data elements in
a flow, displaying either a customized or default error message. It is the declarative
equivalent of exception handling.
Give a definition of global variables ?
Global Variables are system-provided variables that reference
information about the Salesforce org or running user, such as the user’s ID or the API session ID.
How can a user run a flow ?
To run flows, a user needs one of these:
● Run Flow permission
● Manage Flow permission
● Flow User checked on their User record
When to Mark Variable for Output ?
Mark Available for output to make variable accessible to:
● Subflow when sending data from calling flow
When to Mark Variable for Input ?
Mark Available for input to make variable accessible from:
● Custom button or link (record page)
● Lightning App Builder (record page)
● Quick Action (record page)
● Subflow when passing data to calling flow
In which case should we disable the previous button ?
Disable the Previous button for the next
screen after a Create Records, Update
Records, or Delete Records element.
How many active versions of a flow can we have ?
Only one version of the flow can be active at a time.
Where can we let a user pause a flow ?
The Paused Flow Interviews component can be added to:
- Lightning Home pages
- or Experience Builder Site pages,
- or to Mobile App navigation items.