Auto Assign a Topic to a Record

Big Idea or Enduring Question: How can you automatically add topic(s) to a record? Objectives: After reading this blog, you’ll be able to:  Use record-triggered flow to automatically add topics to a record  Use the get element to find the topic id instead of hard coding of Id Use create

Read More

@Mention a Related User In a Post to Chatter Action

Big Idea or Enduring Question: How do you @mentioned related users in a Post to Chatter Salesforce Flow action?  Objectives: After reading this blog, you’ll be able to:  Use the post to chatter action in the record-triggered flow Use Get element to avoid hard coding of Id Use the decision

Read More

Auto Post a Message to Chatter When an Event is Created

Big Idea or Enduring Question: How do you automatically Post a message to the Chatter Group message when a user creates an event? In Salesforce, Chatter Group represents the group of people. It’s a great way to boost collaboration in your organization. You can add unlimited members to a Chatter

Read More

An Introduction to Version Control for Salesforce Flow

Big Idea or Enduring Question: What happens when the business requirements for a Salesforce Flow change after it’s already activated and in use? Objectives: After reading this article, you’ll be able to: Modify an existing flow to reflect new requirements Clone an existing flow to create a new version  Business

Read More

Adding a Time-dependent Action to Record-Triggered Flow

Big Idea or Enduring Question: How do you schedule a time-based action using Salesforce Flow? Objectives: After reading this blog, you’ll be able to:  Understand the basics of scheduling an action using Salesforce Flow Add a Scheduled Paths action in After-save Record-Triggered Flow Learn how to automate the flow which requires users

Read More

Bypass Salesforce Flow for a Specific User or Profile

Big Idea or Enduring Question: How can you bypass a Salesforce Flow for a specific user or profile?  Until now, we have created many flows using Salesforce Flow. It is an easy and fun experience to create flows. These flows will execute as soon as they meet the criteria. There

Read More