How to Invoke a Flow from a Lightning Web Component
In this blog post, we will learn how to invoke a flow from lightning web components through lightning-flow. And will show you how to fire toast message in flow using lwc and navigate to … Read more
Learn how to send custom bell notifications using Salesforce Flow. This guide includes step-by-step instructions on how to create a custom notification, create a flow, and send the notification. In today’s fast-paced business environment, … Read more
Updating related records is a common task in Salesforce, and it can be accomplished in many different ways. One way to achieve this is by using a flow, which is a powerful tool that … Read more
If you’re a Salesforce user, you’re probably familiar with queues – a way to organize records and assign them to specific groups or teams. However, manually assigning records to a queue can be time-consuming … Read more
In the winter of ’23 salesforce release introduced “Data Table” in salesforce flows. With the help of salesforce flow you can display the table of records. By using the data table in flow you … Read more
Hello Everyone, In this post let’s understand and create a flow to retrieve record Type id’s using flow rather than directly hardcoding record Type id’s. If you have not followed our previous blog post … Read more
Hello everyone in this post let’s understand how to redirect a user to the record detail page using flow using Local Action. If you have not followed our previous blog please read here, How … Read more
Hello Everyone in this post let’s understand how to send email using salesforce flow through using email alert and send email core action. If you are not followed our previous blog post feel free … Read more
Hello everyone, today let’s create a component that displays an icon and text color for records based on some condition in aura using a lightning data table. If you have not followed our beginner … Read more
Hello everyone today let’s, create a record and display the list of records using the lightning component. In the previous blog, I shared how you can build your first lightning component, component attribute, expression, … Read more