Big Idea or Enduring Question: When using the lookup Component, allow your users to select more than one record. This blog is a sequel to my previous blog – What? Use Lookup Field into a Flow Screen Element?!!. In the previous blog, I discussed how to configure the lookup component for
Category: Salesforce Flow
Archive A Slack Channel Using Flow
Big Idea or Enduring Question: How do you Archive a Slack Channel using Salesforce Flow? Slack Channels bring order and clarity to work — you can create them for every project, topic, or team. When there’s a channel for everything, you can focus on the conversations and work that matters
Implement Gamification to Your Salesforce
Big Idea or Enduring Question: How can I use gamification in Salesforce to drive sales? What are the ways to automate gamification? Objectives: After reading this blog post, the reader will be able to: Create a flow that will automatically post a badge Learn how to use a Decision element
Just Say NO to Hard-Coded ID
Big Idea or Enduring Question: How can you avoid hard coding of ID in Salesforce Flow? Objectives: This blog post will help us to understand the following Understand how to use custom Labels to avoid hard code of ID in the Flow Understand how to use Custom Settings to avoid
Recipes for Automating Chatter Group Management
Big Idea or Enduring Question: How to use record-triggered flow to automate common chatter group management works to improve productivity? Objectives: Chatter Group is one of the great ways to boost collaboration in your organization. A Chatter group represents a group of users – one can add unlimited members to
Limit the Number of Concurrent Sessions in Salesforce
Big Idea or Enduring Question: How to limit the number of concurrent sessions for a user? Objectives: After reading this blog, you’ll be able to: Understand concurrent sessions and how to identify them using Flow Limit the Number of Concurrent Sessions with Login Flows Use LoginFlow_ForceLogout variable Work with Get
Display Records Data in a Table Using DataTable
Big Idea or Enduring Question: How to display records in a table using the datatable and process selected records? Objectives: After reading this blog, you’ll be able to: Understand how to use data table Works with Get Records element to fetch records Add columns to datatable Update multiple records using
Work With Aggregate Functions in Salesforce Flow
Big Idea or Enduring Question: How to work with the aggregate functions in Salesforce Flow? Objectives: After reading this blog, you’ll be able to: Find out the NUMBER (Count) of rows for query criteria. Find out the MAXIMUM value of a field for query criteria. Find out the MINIMUM value of a
