- 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?
- Different Ways to Bypass Validation Rules in Flow
There are multiple ways to bypass validation rules in Flow. This post shows different methods you can use for different needs.
- Number Stepper Component for Screen Flow
Number Stepper component provides a simple and modern way for users to select a numeric value by clicking + and - buttons or directly entering a number.
- New Salesforce Developer Edition with Agentforce and Data Cloud
Salesforce has introduced a new Salesforce Developer Edition that comes with Agentforce and Data Cloud.
- Guide Users to the Generate Quote Document Page in CPQ with Flow
In certain scenarios, you may need to make specific fields mandatory or guide users through a wizard before they click the "Generate Document" button.
- Upsert Records and Partial Success in Flow
Although Flow does not have a dedicated Upsert Records element, you can achieve this using the Create Records element.