Salesforce Flow Builder Masterclass: Lightning Flow Builder
Salesforce Flow Builder Masterclass: Lightning Flow Builder, available at $79.99, has an average rating of 4.72, with 93 lectures, based on 387 reviews, and has 4588 subscribers.
You will learn about Learn Salesforce Lightning Flow builder Work On Low Code Automation Build Complex Business Logic With Flows Progress From Salesforce Admin Career This course is ideal for individuals who are Salesforce Admins who can not code and want to progress in their career or Beginners willing to learn Salesforce Lightning Flow Builder or Industry professionals willing to upgrade their skills to Low Code Automation It is particularly useful for Salesforce Admins who can not code and want to progress in their career or Beginners willing to learn Salesforce Lightning Flow Builder or Industry professionals willing to upgrade their skills to Low Code Automation.
Enroll now: Salesforce Flow Builder Masterclass: Lightning Flow Builder
Summary
Title: Salesforce Flow Builder Masterclass: Lightning Flow Builder
Price: $79.99
Average Rating: 4.72
Number of Lectures: 93
Number of Published Lectures: 93
Number of Curriculum Items: 93
Number of Published Curriculum Objects: 93
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- Learn Salesforce Lightning Flow builder
- Work On Low Code Automation
- Build Complex Business Logic With Flows
- Progress From Salesforce Admin Career
Who Should Attend
- Salesforce Admins who can not code and want to progress in their career
- Beginners willing to learn Salesforce Lightning Flow Builder
- Industry professionals willing to upgrade their skills to Low Code Automation
Target Audiences
- Salesforce Admins who can not code and want to progress in their career
- Beginners willing to learn Salesforce Lightning Flow Builder
- Industry professionals willing to upgrade their skills to Low Code Automation
Become a Salesforce Automation Expert and upgrade your Salesforce Administrator career. The industry is moving towards Low Code Automation. This course helps you grow rapidly.
Most of my students are Non-Technical Audiences.People say if you can not code, Salesforce will be hard for you as the Platform Developer is out of your hands. But not anymore!
This course gives you an edge and helps you to progress through the Admin > Flow Builder career path. It’s the natural progression for those who cannot code. In case you can, It never hurts to stay updated with the latest trends.
Four Industry Trends This Course Prepares You For (Updated 2022)
-
Low Code Automation
-
Focus on Lightning Development
-
Point and Click Usability
-
Transition from Cloud Designer to Flow Builder
Worried about hand-holding?
I will be answering all your questions and guiding you throughout your journey. This is not just an online course but awhole new experience.
Do not forget that I have taught university students for more than a decade and I am well versed in teaching methods that even a high school student can learn this.
Is There A Flow Builder Exam?
Flow Builder is one of the most powerful tools Salesforce offers to Administrators. There is no dedicated exam for this however being an essential part of the Admin 201 curriculum, It helps to know it deep. This course goes beyond any exam curriculum and puts a special focus on Real Life career transition for Salesforce Admins.
Enroll now and take the next step towards your promising future!
Course Curriculum
Chapter 1: Introduction
Lecture 1: Course Introduction Video
Lecture 2: Pre-Requisite: Create a Developer Edition Org
Lecture 3: Introduction To Flow Builder
Lecture 4: Types of Flow
Lecture 5: Demo – Get Familiar with Flow Builder
Chapter 2: Flow Resources
Lecture 1: Variable
Lecture 2: Constant
Lecture 3: Formula
Lecture 4: Text Template
Lecture 5: Choice
Lecture 6: Picklist Choice Set
Lecture 7: Record Choice Set
Lecture 8: Collection Choice Set
Chapter 3: Flow Elements
Lecture 1: Screen Element
Lecture 2: Action Element – Send Email Action
Lecture 3: Sub Flow Element – Connect Two Flows
Lecture 4: Assignment Element
Lecture 5: Decision Element
Lecture 6: Loop Element
Lecture 7: Collection Sort Element
Lecture 8: Collection Filter Element
Lecture 9: Create Record Element
Lecture 10: Update Record Element
Lecture 11: Get Record Element
Lecture 12: Delete Record Element
Chapter 4: Screen Flow : Scenarios
Lecture 1: Create First Screen Flow And Debug It
Lecture 2: Place Screen Flow On Record Page
Lecture 3: Launch Screen Flow Through Quick Action
Lecture 4: What Happens When Flow Fails?
Lecture 5: Upload File Related To A Record
Lecture 6: Paused And Failed Flow Interviews
Lecture 7: Place Screen Flow On Home & App Page [Contact With Optional File]
Lecture 8: Create A Contact Or Case Or Opp on Account Based On User's Choice
Lecture 9: Create 'N' Opportunities Related To Account [Loop Through Decision Element]
Lecture 10: Create 'N' Contacts Or Opportunities Related To Account Based On User's Choice
Lecture 11: Sub Flow Element To Create Contacts Or Cases Or Opportunities Related To Account
Lecture 12: Copy Information From One Record To Another Using Record Choice Set
Lecture 13: Place One Screen Flow On Account And Case Record Page
Lecture 14: Post To Chatter Through Screen Flow
Lecture 15: Send Email Through Email Action
Lecture 16: Send Email Through Email Alert & Email Template
Lecture 17: Create A Task Through Action & Create Record Element
Lecture 18: Create An Event Through Action & Create Record Element
Lecture 19: Send Custom Notification Through Screen Flow
Lecture 20: Deduplicate A Collection
Lecture 21: Deduplicate Two Collection Variables
Lecture 22: Lookup On Screen Flow
Chapter 5: Record Triggered Flow – Scenarios
Lecture 1: Explore Record Triggered Flow
Lecture 2: Create An Opportunity Upon Account Creation
Lecture 3: Debug A Record Triggered Flow
Lecture 4: What Happens When A Record Triggered Flow Fails
Lecture 5: Fast Field Update Vs Actions & Related Record
Lecture 6: Record Is Created Vs Updated Vs Deleted
Lecture 7: $Record Vs $Record__Prior
Lecture 8: Parent To Child Field Update Using Loop Element
Lecture 9: Parent To Child Field Update Without Using Loop Element
Lecture 10: Populate Latest Case Number On Account On Case Creation
Lecture 11: Fast Field Update – Copy Account'S Billing Address To Shipping Addr==
Lecture 12: Populate Account Billing Address To Related Contacts Mailing Address
Lecture 13: Perform Create Record, Update Record And Send Email In A Flow
Lecture 14: Send Custom Notification To A Public Group On Case Escalation
Lecture 15: Delete The Opportunity Record When It Is Set As Closed Lost
Lecture 16: Use Record Type In Flow
Lecture 17: Copy Files From Opportunity To Account When Opportunity Is Closed – Won
Lecture 18: Upon User Creation Assign A Permission Set Automatically
Lecture 19: Upon User Creation Add User To A Public Group Automatically
Lecture 20: Manual Sharing Of Records
Lecture 21: Apply Validation Rule Based On Existing Data
Lecture 22: Post To Chatter Through Action And Feed Item
Lecture 23: Flow Trigger Explorer
Lecture 24: Scheduled Path To Run Job Asynchronously
Lecture 25: Debug The Flow As Another User
Lecture 26: Call Autolaunched Flow As Sub Flow
Chapter 6: Schedule Triggered Flow : Scenarios
Lecture 1: Explore Schedule Triggered Flow
Lecture 2: Update Leads Where Lead Source Is Web
Lecture 3: Update Phone On Case Where Case Origin Is Web
Lecture 4: Create Reminder Task On Open Opportunities
Lecture 5: Copy Account Billing Address To Contact'S Mailing Address
Lecture 6: Send Email To Opportunity Owner For Closed Opportunities
Chapter 7: Auto Launched Flow : Scenarios
Lecture 1: Call Auto Launched Flow As A Sub Flow Through Record Triggered Flow
Lecture 2: Run Flow In System Mode Or System Context
Lecture 3: Call Auto Launched Flow Through Apex Class
Chapter 8: Integrate Flow With Code
Lecture 1: Call Apex Invocable Method Through Screen Flow
Lecture 2: Call Apex Invocable Method Through Record Triggered Flow
Lecture 3: Call Screen Flow Through Lightning Aura Component
Lecture 4: Override Finish Button Of Flow Through Lightning Aura Component
Chapter 9: Login Flow : Scenarios
Lecture 1: Login Flow in Salesforce
Chapter 10: More About Flow
Lecture 1: Flow Trigger Explorer
Lecture 2: Version Control
Lecture 3: Dereference Items From Flow Before Deleting Them
Instructors
-
Sanjay Gupta Tech School | 9x Salesforce Certified
One of The Ex Salesforce Inc. Senior Consultant Who Teaches!
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 2 votes
- 3 stars: 22 votes
- 4 stars: 134 votes
- 5 stars: 229 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024