Sales Force Flow Notes
Sales Force Flow Notes
Sales Force Flow Notes
Lightning Flow—the product that encompasses building, managing, and running flows
and processes.Lightning Flow product includes multiple tools.
Flow Builder—a point-and-click tool for building flows.Flow Builder, helps you
create flows.
Flow—an application that automates a business process by collecting data and doing
something in your Salesforce org or an external system.
Visual Workflow retired product for designing, managing, and running flows. Visual
Workflow has been replaced by Lightning Flow.
Elements (1) appear on the canvas. To add an element to the canvas, click and drag
it there from the toolbox.
Connectors (2) define the path that the flow takes at runtime. They tell the flow
which element to execute next.
Click and drag connectors from one element on the canvas to another.
Resources (3) are containers that represent a given value, such as field values or
formulas. You can reference resources throughout your flow.
For example, look up an account’s ID, store that ID in a variable, and later
reference that ID to update the account.
Screens
Display data to your users or build a form to collect information from them with
Screen elements.
Display text or images to your users such as text box, radio buttons , upload a
file etc
flow screens, like custom navigation or a data table, install third-party
components or work with a developer to build custom ones.
Logic
Create branches, update data, loop over sets of data, or pause until a specified
time. Logic operates only in the flow.
Actions
Actions instruct the flow to do something outside of itself, such as in the
Salesforce database or in an external system.
Flows can look up, create, update, and delete Salesforce records.
They can also create Chatter posts, submit records for approval, and send emails.
A variable:
Stores a value that you can change in the flow
variables store one value that’s compatible with the selected data type. If the
data type is Number, the variable stores one numeric value.
If the data type is Record, the variable stores field values for one record.to
store multiple values in one variable
you can enable it to do just that with the Allow multiple values checkbox
Flows have two different runtime experiences: Lightning runtime and Classic
runtime.
Like its name suggests, Lightning runtime looks and feels like Lightning
Experience,
while Classic runtime looks and feels like Visualforce.