Flow Fundamentals
Flow Components
Flow Types
DML Operation + Triggers
¯\_(ツ)_/¯
100

According to the MVC model, which category does Flow belong to?  

What is the Controller?

100

This Flow element is used to retrieve specific fields from records based on defined criteria.

What is the Get Records element?

100

  Name six types of Flows 

 What are Screen Flow, Record Triggered Flow, Scheduled-Triggered Flow, Platform Event Triggered Flow, Autolaunched Flow (No Trigger), and Record Triggered Orchestration? 

100

Before Trigger and After Trigger

What are types of Triggers? 

100
Gives the information about the running flow

What is $Flow?

200

What can Flow do? 

Flow can: 

Update Records

Send Emails 

Guide Users

200

Elements in Salesforce Flows are made up of these three key components:

What are Interaction, Logic, and Data?

200

Gets information from the users; Guides the users through complex processes that are launched

What is a Screen Flow? 

200

Insert new records and/or update the existing record

What is upsert?

200

You will have access to: 

Interaction => Action, Subflow

Logic => Assignment, Decision, Loop, Collection Sort, Collection Filter

Data => Create Records, Update Records, Get Records, Delete Records 

What is Action and Related Records? 

300

Name the fundamental building blocks in Flow

 What are Elements, Connectors, and Resources?  

300

This Flow resource allows you to temporarily store data for use throughout the Flow process.

What is a Variable?

300

Define a platform event-triggered flow  

What is launched when a platform event message is received.

300

One trigger per object and multiple triggers per object. 

What are Apex Rules and Flow Rules? 

300
Can reference data from parent objects, up to 10 levels away.

What is $Record Global Variable?

400

Define User context and System context in Flow.  

What is user mode with limited access and whole system access? 

400

To perform actions or calculations on data, you use this Flow resource.

What is Formula resource?

400

Launches when a record is created, updated or deleted.

What is a Record-Triggered Flow?  

400

Works on only Account, Contact, Case and Lead records.

What is merge? 
400

You will only have access to: 

Logic => Assignment, Decision, Loop, Collection Sort, Collection Filter

Data => Update Record, Get Records

What is Fast Field Updates? 

500

An automated business process that interacts with the Salesforce database, executes business logic, and can gather data directly from users.

What is a Flow?  

500

These Flow elements enable you to make decisions based on data conditions.

What are Decision elements?

500

Launched when invoked by Apex or

Launched in coding

What is an autolaunched Flow? 

500

These are types of Trigger Context Variables.

What is isInsert, isDelete, isUpdate, isBefore, isAfter, isExecuting, isUndelete? 

500

Step 3 and Step 11 of the Order of Execution

What are Before Record Triggered Flows and After Record Triggered Flows?


M
e
n
u