
Clone account records with Salesforce Lightning flows via a screen flow triggered by an action button. Retrieve the current account and map phone and annual revenue before creating the clone.
Learn to clone multiple account records with Salesforce flows by fetching all accounts, looping through them, building a collection of account details, and creating clones in bulk.
Master deep cloning in Salesforce flows by cloning an account and its associated contacts. Learn to fetch the account, loop through contacts, and create linked cloned records.
Create a data table in a screen flow using a source collection. With get records, configure columns, and set view, single, or multiple modes with min and max row selections.
Learn to propagate an account phone number to related contacts using a record-triggered after-save flow, a loop, and a contact collection for bulk updates.
Explore a record-triggered flow that updates a parent account's latest contact email whenever a new contact is created, using the contact's email and account id.
Apply a record type check in a Lightning Flow to count market and individual contacts per account and update market and individual contact count fields.
Create a screen flow in Lightning Flow to capture first and last name, create a contact, store its ID, and upload a file to that contact using file upload component.
Learn to call an apex invocable method from a screen flow to fetch the account’s least amount opportunity and display its name and amount.
Learn to call an apex invokable method from a record triggered flow in Salesforce Lightning Flows to fetch the opportunity name and update its description.
learn how to launch a screen flow from a lightning web component and call it using the flow API name on a record page, with proper exposure and deployment.
Build a screen flow with a lookup field to create a contact by first name, last name, and linked account, mapping fields and creating the contact record.
Create a record-triggered flow in Salesforce to automatically assign a permission set to a new user, using get record and the permission set assignment object.
The Salesforce Lightning Flows Practice Set contains 10+ scenarios/use cases and working demonstration of all the use cases. Anyone who has basic understanding of lightning flows, how it works and how to create a flow can take this course in order to practice few more scenarios. This will definitely give you a better understanding of achieving more complex requirements and it will also make you understand the fact that every requirement doesn´t have to be achieved with trigger, if there is anything that can be done with flow should be done with flow until and unless the requirement is highly complex.
You don´t have to be a coding expert for taking this course but you need to have the basic understanding of Apex Triggers which involves loop, decisions, and assignments so that you will understand flows better. It will be much easier for you to understand all these scenarios implementation if you have a good understanding of Apex Triggers.
Course Content :
Scenario 1 : Record Cloning
Scenario 2 : Multiple Records Cloning
Scenario 3 : Deep Cloning using Flows
Scenario 4 : Data Table in Screen Flows
Scenario 5 : Parent to Child Update in Flows
Scenario 6 : Child to Parent update in Flows
Scenario 7 : Record Type Check in Flow
Scenario 8 : File Upload using Flows
Scenario 9 : Call Apex Invocable method from Screen Flow
Scenario 10 : Call Apex Invocable method from Record Triggered Flow
Scenario 11 : Launch Screen Flow from LWC
Scenario 12 : Lookup Field in Flow
Scenario 13 : Automatic Permission Set Assignment on User Creation
P.S : Good Luck!