- How to Dynamically Get Queues in Salesforce Flow
Sometimes, you might need to find queues related to a specific object in Salesforce Flow. While you could hardcode these choices, it’s better to dynamically retrieve queues for a specific object type.
- How to Use Reactive Screen Actions in Flow
Starting with the Spring '25 release, you can configure Screen Actions to run autolaunched flows without needing to click a button.
- How to Troubleshoot Common Salesforce Data Issues
Learn practical tips and step-by-step solutions to identify, diagnose, and resolve common Salesforce data issues, ensuring clean and reliable data for your organization.
- New Flow Features of Spring '25 Release
Here are the new flow features of Spring '25 release of Salesforce.
- Countdown Timer Component for Screen Flow
In this post, you can find a screen component that displays a countdown timer based on any date/time value.
- How and When to Make Variables Available for Input or Output in Flow
Variables can be made available outside the flow, allowing their values to be set from outside. These values can also be accessed elsewhere outside the flow.
- Sending Emails from Organization-Wide Email Addresses in Flow
There is one important consideration if you are displaying org-wide email address options: some profiles may not have access to use a specific org-wide email address!
- Progress Indicator Component for Screen Flow
In this post, you can find a screen component that displays a progress indicator in three different modes: line, circle, and semi-circle, all with an animation.
- How to Use a Date Field in the Start Criteria of a Schedule-Triggered Flow
Schedule-Triggered Flow's start criteria has a limitation related to date values. The date filter only accepts manual date entries, not date fields or variables.
- Implementing Salesforce Agentforce for Better Customer Service
Implement Salesforce Agentforce to enhance customer service. Discover how this tool automates workflows & enables personalized customer experiences.
- How to Get the Lightning Threading Token of a Record
Salesforce introduced a new email threading approach called Lightning Threading. With this update, emails are matched using a secure token, replacing the previous method of using RefID strings.
- Using retURL to Redirect Users When Flows Finish
There are multiple ways to launch screen flows, such as using URL buttons or hyperlink formula fields. When launching a screen flow through these methods, it’s important to define what should happen when the flow is completed.
- How to Integrate Salesforce with SharePoint for Automated Document Syncing
Integrating Salesforce with SharePoint can significantly improve the way your team manages documents, making work more efficient and reducing the time spent switching between platforms.