Conditionally Change Color of Text Field Values in Salesforce

Big Idea or Enduring Question: How do you display text field values in different colors based on the opportunity stage?  Objectives: After reading this blog, you’ll be able to:  Understand when to use before-save flow Use the formula to display texts in different colors Use the SUBSTITUTE function to remove

Read More

Flow Formula to Standardize Opportunity Name

Big Idea or Enduring Question: How do you standardize the opportunity name to follow business defined naming convention?  Objectives: After reading this blog, you’ll be able to:  Understand when to use before-save flow Use the formula to concatenate fields in the flow Use assignment element to update the records  and

Read More

Advanced Flows

Looking for some of the more advanced Salesforce Flow examples? This is the article list for you!

Have questions? Join office hours

Join Automation Champion on Slack!

Screen Flow

1) Getting Started with Salesforce Flow – Part 4 (Need to Redirect a User to a New Record?)

2) Getting Started with Salesforce Flow – Part 20 (Populate Campaign Members from Opportunities based on Opportunity Stage Name)

3) Getting Started with Salesforce Flow – Part 53 (Clone a User with their associated Public Group, Queue Membership, and Permission Sets)

4) Getting Started with Salesforce Flow – Part 61 (Clone a Public Group or Queue with Members)

5) Getting Started with Salesforce Flow – Part 67 (Hurray! Parsing a Multi-Select Picklist is Trouble No More! Phew!) 

6) Getting Started with Salesforce Flow – Part 140 (How to Get Salesforce Org Base URL in Flow)

7) Getting Started with Salesforce Flow – Part 162 (Display Records Data in a Table Using DataTable)

8) Getting Started with Salesforce Flow – Part 167 (Select Multiple Records in the Lookup Component)

9) Getting Started with Salesforce Flow – Part 169 (Create Lookup with Dynamic Forms for Flow)

——————————–

Before vs After Save Flow Decision Guide

——————————–

Architect Topics

1) Getting Started with Salesforce Flow – Part 35 (When to Use Before-Save vs After-Save Record-Triggered Flows) Decision Guide

2) Getting Started with Salesforce Flow – Part 76 (Salesforce Flow Design Patterns – from Fundamentals to Mastery)

3) Getting Started with Salesforce Flow – Part 79 (Salesforce Flow Naming Conventions)

4) Getting Started with Salesforce Flow – Part 81 (Ever Wonder What is a Per Object – Per Type Record-Triggered Flow 🤔? ))

5) Getting Started with Salesforce Flow – Part 126 (Remove Duplicates from Record Collection Variables in a Flow)

6) Getting Started with Salesforce Flow – Part 154 (Barcode Scanner for Screen Flow Using the BarcodeScanner API)

7) Getting Started with Salesforce Flow – Part 155 (Rich Text Area Component for Screen Flow)

8) Getting Started with Salesforce Flow – Part 161 (Work With Aggregate Functions in Salesforce Flow)

9) Getting Started with Salesforce Flow – Part 164 (Just Say NO to Hard-Coded ID)

 

——–——–——–——–

Error Handling

1) Getting Started with Salesforce Flow – Part 133 (How to Fix MIXED DML Operation Error)

2) Getting Started with Salesforce Flow – Part 134 (How to Fix FIELD_CUSTOM_VALIDATION_EXCEPTION Error)

3) Getting Started with Salesforce Flow – Part 135 (How to Fix FIELD_INTEGRITY_EXCEPTION Error)

4) Getting Started with Salesforce Flow – Part 136 (How to Fix MALFORMED_ID Error)

——–——–——–——–

Record-Triggered Flow (After-Save)

1) Getting Started with Salesforce Flow – Part 44 (Auto Convert Marketing Qualified Leads)

2) Getting Started with Salesforce Flow – Part 39 (Out of Office Notification For Chatter Post)

3) Getting Started with Salesforce Flow – Part 71 (Now, Generating a Quote PDF is a breeze! Learn how!)

4) Getting Started with Salesforce Flow – Part 138 (Remove Rich Text Formatting Using Flow)

5) Getting Started with Salesforce Flow – Part 143 (Query Records by List of Ids in Flow)

6) Getting Started with Salesforce Flow – Part 145 (Auto Add Account Team Members to Case Team)

7) Getting Started with Salesforce Flow – Part 146 (Auto Add Members to Account Team) 

8) Getting Started with Salesforce Flow – Part 165 (Implement Gamification to Your Salesforce)

9) Getting Started with Salesforce Flow – Part 170 (Add Chatter Followers to Record)

——–——–——–——–

Record-Triggered Flow – Scheduled Paths

1) Getting Started with Salesforce Flow – Part 50 (Welcome New Users by Default – Auto Follow them in Chatter!)

——–——–——–——–

Schedule-Triggered Flow

1) Getting Started with Salesforce Flow – Part 93 (Skip Scheduled Flow on Weekends and Holidays)

——–——–——–——–

Deployment

1) Getting Started with Salesforce Flow – Part 74 (Deploy Flow(s) or Process(es) Using the Visual Studio Code)

——–——–——–——–

Advanced Flows (Old Visual Workflow)

  1. Add Record to Multiple Chatter Groups – Parsing Multi-Select Picklist fields (Flow)
  2. Parsing Dynamic choice Multi-Select Picklist fields (Flow) – Reusable component

 

Have feedback, suggestions for posts, or need more information about Salesforce online training offered by me? Say hello, and leave a message!

Preferred Timing(required)

Intermediate Flows

These articles will help you to expand your knowledge of Salesforce Flow. Use the following articles to learn about popular flow formulas, dynamic approvals, various data and logic elements, improving flow performance through custom metadata types, various deployment methods, and much more!

Have questions? Join office hours

Join Automation Champion on Slack!

Screen Flow

1) Getting Started with Salesforce Flow – Part 9 (Use an Inline Visualforce Page to auto-launch a Flow)

2) Getting Started with Salesforce Flow – Part 13 (Hide Date Picker and apply Font-family)

3) Getting Started with  Salesforce Flow – Part 16 (Take Flow to the Next Level with Stages!)

4) Getting Started with Salesforce Flow – Part 28 (Have a File Upload Component and Other Details on a Single Screen? Really? Wow!)

5) Getting Started with Salesforce Flow – Part 41 (Create a Survey Using Flow? Why Not?!)

6) Getting Started with Salesforce Flow – Part 42 (Running a Flow in System Mode)

7) Getting Started with Salesforce Flow – Part 48 (Add a Topic to Multiple Records) Flow Bulkification

8) Getting Started with Salesforce Flow – Part 55 (Add or Remove Followers to a Record with the Help of Salesforce Flow)

9) Getting Started with Salesforce Flow – Part 56 (Merge Chatter Topics with the Help of Salesforce Flow)

10) Getting Started with Salesforce Flow – Part 59 (Clone a Chatter Group with Members)

11) Getting Started with Salesforce Flow – Part 60 (Allow Anyone to Add or Remove User into Public Group or Queue)

12) Getting Started with Salesforce Flow – Part 68 (Configure a Record Link Dynamically in Flow)

——–——–——–——–

Send Email

1) Getting Started with Salesforce Flow – Part 117 (Email Notification on Topic Assignment)

2) Getting Started with Salesforce Flow – Part 118 (Email Notification for Draft Emails in Case Feed)

3) Getting Started with Salesforce Flow – Part 125 (Notify Opportunity Owner when a Survey Response is Received)

 ——–——–——–——–

Salesforce Survey

1) Getting Started with Salesforce Flow – Part 124 (Send Salesforce Survey Without Code)

 

——–——–——–——–

Post to Chatter

1) Getting Started with Salesforce Flow – Part 119 (Auto Post a Message to Chatter When an Event is Created)

1) Getting Started with Salesforce Flow – Part 120 (@Mention a Related User In a Post to Chatter Action)

——–——–——–——–

Login Flow

1) Getting Started with Salesforce Flow – Part 18 (Want to Secure Your Org? Use Login Flow to configure Two Factor Authentication!)

2) Getting Started with Salesforce Flow – Part 19 (Unconventional application of Two-factor Authentication!)

3) Getting Started with Salesforce Flow – Part 160 (Limit the Number of Concurrent Sessions in Salesforce)

——————————–

Before vs After Save Flow Decision Guide

——————————–

Architect Topics

1) Getting Started with Salesforce Flow – Part 35 (When to Use Before-Save vs After-Save Record-Triggered Flows) Decision Guide

2) Getting Started with Salesforce Flow – Part 79 (Salesforce Flow Naming Conventions)

3) Getting Started with Salesforce Flow – Part 83 (Learn How to Designate a Recipient to Receive Error Emails)

4) Getting Started with Salesforce Flow – Part 87 (Mass Delete Paused and Failed Flow Interviews)

5) Getting Started with Salesforce Flow – Part 91 (Verify who Created or Last Modified a Flow)

6) Getting Started with Salesforce Flow – Part 95 (How to Debug a Salesforce Flow as Another User)

7) Getting Started with Salesforce Flow – Part 112 (An Introduction to Version Control for Salesforce Flow)

——–——–——–——–

Record-Triggered Flow (Before-Save)

1) Getting Started with Salesforce Flow – Part 21 (Validation Rule using a before-save Flow? Yes!)

2) Getting Started with Salesforce Flow – Part 43 (Dynamic Approval Routing in Salesforce)

3) Getting Started with Salesforce Flow – Part 163 (Recipes for Automating Chatter Group Management)

——–——–——–——–

Record-Triggered Flow (After-Save)

1) Getting Started with Salesforce Flow – Part 26 (Automatically Add a Record to Chatter Group)

2) Getting Started with Salesforce Flow – Part 54 (Auto-follow a Chatter Question After Reply)

3) Getting Started with Salesforce Flow – Part 65 (Auto Follow Record Based on Criteria)

4) Getting Started with Salesforce Flow – Part 66 (Auto Unfollow Record Based on Criteria)

5) Getting Started with Salesforce Flow – Part 70 (Creating Custom Record Sharing Logic)

6) Getting Started with Salesforce Flow – Part 78 (Auto Forward Records to a Connection)

7) Getting Started with Salesforce Flow – Part 84 (Auto-generate Renewal Opportunity With Line Items)

8) Getting Started with Salesforce Flow – Part 88 (Auto Revenue Splitting in Opportunities)

9) Getting Started with Salesforce Flow – Part 100 (Auto Invite Customers to a Chatter Group)

10) Getting Started with Salesforce Flow – Part 102 (Automatically Add Partner User to Public Group)

11) Getting Started with Salesforce Flow – Part 105 (Update the Case Status Through Email-to-Case Response)

12) Getting Started with Salesforce Flow – Part 108 (Working with Polymorphic Relationship in Salesforce Flow)

13) Getting Started with Salesforce Flow – Part 115 (Automatically Create Cases from Unresolved Chatter Questions)

14) Getting Started with Salesforce Flow – Part 121 (Auto Assign a Topic to a Record)

15) Getting Started with Salesforce Flow – Part 128 (Need to Auto Add Opportunity Contact Role to an Opportunity? Read on!)

16) Getting Started with Salesforce Flow – Part 129 (What say? Send an Opportunity Approval Request to a Queue? Really?)

17) Getting Started with Salesforce Flow – Part 130 (Auto Share Events from a Shared Calendar)

18) Getting Started with Salesforce Flow – Part 131 (Automatically Add an Invitee to an Event)

19) Getting Started with Salesforce Flow – Part 144 (Auto Remove a Record From Chatter Groups)

43) Getting Started with Salesforce Flow – Part 125 (Notify Opportunity Owner when a Survey Response is Received)

44) Getting Started with Salesforce Flow – Part 150(Auto Add Member to New User’s Default Account Team)

45) Getting Started with Salesforce Flow – Part 153 (Auto Add Opportunity Team Member to Opportunity Follower)

46) Getting Started with Salesforce Flow – Part 158 (Automatically Add New User to Public Group or Queue)

——————————–

Subflow

1) Getting Started with Salesforce Flow – Part 159 (Set Your Productivity on Steroids by Creating Subflows)

——–——–——–——–

Record-Triggered Flow – Scheduled Paths

1) Getting Started with Salesforce Flow – Part 32 (Preschedule Chatter Posts)

2) Getting Started with Salesforce Flow – Part 40 (Email-to-Lead with the Help of Salesforce Flow)

3) Getting Started with Salesforce Flow – Part 50 (Welcome New Users by Default – Auto Follow them in Chatter!)

4) Getting Started with Salesforce Flow – Part 132 (Auto Add Chatter Group Members to Public Group!)

——–——–——–——–

Schedule-Triggered Flow

1) Getting Started with Salesforce Flow – Part 30 (Reminder Email to Upload Chatter Profile Photo)

2) Getting Started with Salesforce Flow – Part 38 (Reminder For Chatter Group Pending Membership Requests)

3) Getting Started with Salesforce Flow – Part 45 (Click and Join a Chatter Group)

4) Getting Started with Salesforce Flow – Part 49 (Don’t Let Pending Approval Requests Linger – Reassign!)

5) Getting Started with Salesforce Flow – Part 62 (Auto Assign or Remove Permission Set to Multiple Users)

6) Getting Started with Salesforce Flow – Part 122 (Auto Generate Tasks on Renewal Contracts)

——–——–——–——–

Quick Action

1) Getting Started with Salesforce Flow – Part 99 (Auto Creates a Private Chatter Group)

——–——–——–

 

Slack and Salesforce

1) Getting Started with Salesforce Flow – Part 147 (Post a Message to a Slack Channel using Flow)

2) Getting Started with Salesforce Flow – Part 148 (Send A Direct Slack Message Using Flow)

3) Getting Started with Salesforce Flow – Part 149 (Create A Slack Channel Using Flow)

4) Getting Started with Salesforce Flow – Part 166 (Archive A Slack Channel Using Flow)

————————

Custom Permissions and Custom Metadata Types

1) Getting Started with Salesforce Flow – Part 109 (Bypass Salesforce Flow for a Specific User or Profile)

2) Getting Started with Salesforce Flow – Part 114 (Profile? So Yesterday! – Auto Assign Permission Set Group to a User)

3) Getting Started with Salesforce Flow – Part 151 (Auto Create a Case From Keyword Used in Chatter)

——–——–——–——–

Deployment

1) Getting Started with Salesforce Flow – Part 73 (Distribute Flow(s) or Process(es) Using Packages)

2) Getting Started with Salesforce Flow – Part 75 (Deploy Flow(s) or Process(es) Using Workbench) 

——–——–——–——–

Quip

1) Getting Started with Salesforce Flow – Part 85 (Bye Bye Manual Work – Auto-create Quip folder, Document and, Attach it to a Record!)

——–——–——–——–

Send Custom Notification / Send Push Notification

1) Getting Started with Salesforce Flow – Part 86 (Enhance Productivity with Push Notification to Desktop or Mobile!)

 

Have feedback, suggestions for posts, or need more information about Salesforce online training offered by me? Say hello, and leave a message!

Preferred Timing(required)

Beginner Flows

10) Getting Started with Salesforce Flow – Part 14 (Enhance Productivity by Uploading Files Directly from a Flow!)

11) Getting Started with Salesforce Flow – Part 15 (Learn About the New, Built-in, Debug Tool in the Flow Builder!)

12) Getting Started with Salesforce Flow – Part 46 (Is Your Chatter Group Data Clean? No? Use Flow to Do So!)

13) Getting Started with Salesforce Flow – Part 47 (Mass Transfer Chatter Files)

14) Getting Started with Salesforce Flow – Part 51 (Add a Flow to a Lightning Page)

15) Getting Started with Salesforce Flow – Part 57 (Adding Validation to Flow Screen Components)

16) Getting Started with Salesforce Flow – Part 58 (Customize Previous, Next, Finish, and Pause Button Label for Screen Flow!

17) Getting Started with Salesforce Flow – Part 63 (Allow Users to Mass Transfer Records They Own) 

18) Getting Started with Salesforce Flow – Part 69 (Set a Default Value for Record Choice Set? Sure,Why Not?!)

19) Getting Started with Salesforce Flow – Part 139 (Collapsible Sections in Screen Flow) 

20) Getting Started with Salesforce Flow – Part 168 (Create Filtered Lookup with Choice Lookup)

——–——–——–——–——–

Send Email

1) Getting Started with Salesforce Flow – Part 27 (Want to Send an HTML Email from Salesforce Flow? Oh, yes! It can be done!)

2) Getting Started with Salesforce Flow – Part 82 (Send a Welcome Email with Attachments to New Users)

3) Getting Started with Salesforce Flow – Part 101 (Custom Email Notification for Completed Tasks)

——–——–——–——–——–

Login Flow

1) Getting Started with Salesforce Flow – Part 3 (Restricting Login Flows to Execute Only Once!)

2) Getting Started with Salesforce Flow – Part 17 (Want to learn how to display a notice at login? Read on!)

——————————–

Before vs After Save Flow Decision Guide

——————————–

Architect Topics

1) Getting Started with Salesforce Flow – Part 35 (When to Use Before-Save vs After-Save Record-Triggered Flows) Decision Guide

2) Getting Started with Salesforce Flow – Part 141 (Find All Record-Triggered Flows for an Object)

——–——–——–——–——–

Record-Triggered Flow (Before-Save)

1) Getting Started with Salesforce Flow – Part 23 (Want the Case Owner to be the Same as Asset Owner? Here is how you can!)

2) Getting Started with Salesforce Flow – Part 29 (Auto Select Automatically follow records that I create Checkbox)

3) Getting Started with Salesforce Flow – Part 80 (Auto-update Chatter Email Settings)

4) Getting Started with Salesforce Flow – Part 90 (Automatically Assign Pricebook Based on Opportunity Record Type)

5) Getting Started with Salesforce Flow – Part 116 (Discover How to Auto Populate Delegated Approver Field on a New User Record!)

6) Getting Started with Salesforce Flow – Part 123 (Flow Formula to Standardize Opportunity Name)

7) Getting Started with Salesforce Flow – Part 137 (Conditionally Change Color of Text Field Values in Salesforce)

——–——–——–——–——–

Record-Triggered Flow (After-Save)

1) Getting Started with Salesforce Flow – Part 22 (Auto Sync Accepted Quote with Opportunity)

2) Getting Started with Salesforce Flow – Part 24 (Automatically Assign Permission Sets to New User)

3) Getting Started with Salesforce Flow – Part 34 (Post Opportunity Details to a Chatter Group)

4) Getting Started with Salesforce Flow – Part 37 (Auto Remove Followers From Closed Opportunity)

5) Getting Started with Salesforce Flow – Part 52 (Salesforce Flow Game Changer For Salesforce Admins and Developers)

6) Getting Started with Salesforce Flow – Part 64 (Upskill on Flow – Learn How to Use DOESN’T CONTAINS Operator – and Show-Off!)

7) Getting Started with Salesforce Flow – Part 89 (Auto Create and Activate a Contract)

8) Getting Started with Salesforce Flow – Part 94 (Map Lead Source to Account Source During Lead Conversion)

9) Getting Started with Salesforce Flow – Part 103 (Auto Assign Package License to New Users)

10) Getting Started with Salesforce Flow – Part 104 (Auto Remove Managed Package License from a Deactivated User!)

11) Getting Started with Salesforce Flow – Part 106 (Automatically Add Products to New Opportunity)

12) Getting Started with Salesforce Flow – Part 107 (Automatically Clone a Record if it Meets Certain Criteria)

13) Getting Started with Salesforce Flow – Part 110 (Define Additional Conditions When Updating Records)

14) Getting Started with Salesforce Flow – Part 113 (Update Related Quotes to Denied Except for the One That Was Accepted)

15) Getting Started with Salesforce Flow – Part 127 (Automatically Create a Record from a Flow)

16) Getting Started with Salesforce Flow – Part 142 (Auto Create a Public Group For New Account)

17) Getting Started with Salesforce Flow – Part 152 (Ever Needed to Select Multiple Picklist Values in Flow? How About via a Single Condition?!)

18) Getting Started with Salesforce Flow – Part 156 (Delete Chatter Messages Using Salesforce Flow)

19)Getting Started with Salesforce Flow – Part 157 (Delete Complete Chatter Conversation Using Salesforce Flow)

——–——–——–——–——–

Record-Triggered Flow – Prior Value

1) Getting Started with Salesforce Flow – Part 33 (Prior Value of a Record in Record-Triggered Flows)

——–——–——–——–——–

Record-Triggered Flow – Scheduled Paths

1) Getting Started with Salesforce Flow – Part 36 (Automatically Add New Users to a Chatter Group)

2) Getting Started with Salesforce Flow – Part 98 (Auto Delete System Generated Chatter Posts)

3) Getting Started with Salesforce Flow – Part 111 (Adding a Time-dependent Action to Record-Triggered Flow)

4) Getting Started with Salesforce Flow – Part 171 (Multiple Scheduled Actions Within a Single Flow!)

——–——–——–——–——–

Schedule-Triggered Flow

1) Getting Started with Salesforce Flow – Part 6 (A Christmas Present – Schedule an Autolaunch Flow!)

2) Getting Started with Salesforce Flow – Part 25 (Email Notification on Password Expiration)

3) Getting Started with Salesforce Flow – Part 92 (Auto Freeze Users Account)

——–——–——–——–——–

Submit For Approval

1) Getting Started with Salesforce Flow – Part 31 (Auto Submit Record into Approval Process with Flow)

——–——–——–——–——–

Deployment

1) Getting Started with Salesforce Flow – Part 72 (Deploy Flow(s) or Process(es) Using Change Sets)

 

Have feedback, suggestions for posts, or need more information about Salesforce online training offered by me? Say hello, and leave a message!

Preferred Timing(required)

How to Debug a Salesforce Flow as Another User

Big Idea or Enduring Question: How to debug a Salesforce Flow as Another User? Objectives: After reading this blog, you’ll be able to:  Debug a Screen Flow as another user Debug an Autolaunched Flow as another user Debug a Record-Triggered Flow as another user Debug a Platform Event-Triggered Flow as

Read More