- 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.
- Biometrics Verification Screen Component
In this post, you can find a screen component that accesses the mobile device's biometrics capabilities.
- 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.