- Redirection Errors After Summer '25 Release
Starting with the Summer '25 release, legacy domain redirects are disabled by default. If you're encountering redirection errors, here’s a quick temporary fix.
- Flow Navigation Triggered by Changes Outside the Flow
Auto Flow Navigate component allows the Screen Flow to progress automatically when a platform event is received.
- Flow Screen Component to Convert Speech to Text
In this post, you will find a Flow screen component (LWC) that uses SpeechRecognition to convert speech to text.
- Salesforce to Rename Over 30 Certifications
Salesforce is updating the names of more than 30 certifications as part of its new certification experience.
- How to Launch Screen Flow in Modal from List View
Although Salesforce doesn’t offer a standard way to launch Screen Flow in modal from list view, there’s a simple workaround that makes it possible.
- How to Disable Pull-to-Refresh in Salesforce Mobile App
In this post, you can find a component (LWC) that disables pull-to-refresh in Salesforce Mobile and Mobile Publisher apps.
- How to Open Links in a Rich Text Component in the Same Tab
Here’s how to open links in a Rich Text component on a Lightning page in the same tab.
- New Salesforce Certification Experience
Starting July 21, 2025, the way Trailblazers manage their Salesforce certifications and training is getting a major upgrade.
- Convert Text Collection to Bullet List in Flow
You can convert a text collection into a clean, readable bullet list in Flow using just a formula. Whether it’s a list of emails, numbers, or dates, here’s how to make it look great in your Flow screens.
- How to Remove Duplicates Using Assignment Operators in Flow
In this post, you will learn how to remove duplicates and build a unique collection using collection assignment operators in Flow.
- New Flow Features of Summer '25 Release
Here are the new Flow features of Summer '25 release.
- How to Bypass Duplicate Rules in Flow
While duplicate rules are useful for keeping data clean, in some cases you may need to bypass them to avoid interruptions. Here is a workaround to bypass duplicate rules in Flow.
- When to Use Flow Instead of Validation Rules
The Custom Error element in flows can now cover almost everything Validation Rules can do. So, when should you use Validation Rules instead of Flow, or vice versa?