Automatically Add New User to Public Group or Queue

Big Idea or Enduring Question: How do you automatically add new users to a Public Group or Queue? Objectives: This blog post will help us to understand the following Create automation associated with creating a new user Automatically add a user to a specified Public Group or Queue with Flow

Read More

Delete Complete Chatter Conversation Using Salesforce Flow

Big Idea or Enduring Question: How can users be allowed to delete Chatter conversation? This is a continuation of my previous article Delete Chatter Messages Using Salesforce Flow, In that I had discussed a way which allows your users to delete Chatter messages. This article goes a step ahead and

Read More

Query Records by List of Ids in Flow

Big Idea or Enduring Question: How can you automatically delete open tasks related to opportunity and quote(s) when an opportunity is marked as closed lost?  Objectives: After reading this blog post, the reader will be able to: Understand @InvocableMethod and InvocableVariable Annotation Get sObject Type in Apex code Pass the

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

Automatically Create Cases from Unresolved Chatter Questions

Big Idea or Enduring Question: As your community grows, organizations have to ensure that customers get quick answers to their questions. Question-to-Case allows moderators to escalate unresolved Chatter questions to cases from the Chatter page. You can automate this escalation process using Salesforce Flow, For example:  Create a case from

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

Define Additional Conditions When Updating Records

Big Idea or Enduring Question: How can I use automation to update open opportunities related to an account? Objectives: Use the decision element to check the account’s current status  Define criteria so specific records receive specific updates Use record-triggered flow to update other records related to an account Business Use

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