How to pass data from Flow to LWC
In this blog post let’s understand how to pass data from Flow to LWC. To accept the data passed from flow to LWC let’s first understand how to Configure a Component for Flow Screens. … Read more
In this blog post let’s understand how to add a lookup field in screen flow and how effectively this can be used in flow. Use Case Create a Quick Action button on the Case … Read more
If you used lightning-quick action in LWC, then you might faced [LWC QUICK ACTION]t.Invoke Is Not A Function exception. Even when I was building a component same issue I have faced. In this blog … Read more
In this blog let’s see how to use lightning/uiRecordApi for creating records in LWC. By using lightning/uiRecordApi we don’t need any apex call to perform DML operations. lightning/uiRecordApi supports many functions like createRecord, DeleteRecord, … Read more
In this blog post let’s learn how to use custom metadata in salesforce flow with an example. What is Custom Meta Data Types Meta Data is data that describes the other data. So what … Read more
In Auto launched flow, the Scheduled Triggered Flow is one of the part of it. In this blog post let’s learn how to use schedule-triggered flow with examples and also how to use schedule path … Read more
One of the ways to use a screen flow in Salesforce is by using Quick Action. Salesforce flow quick action enables the user to perform a series of actions with just a few clicks. … Read more
The screen flow is one of the flow types that is available in the Salesforce flow builder, which needs interaction from the user. Screen flow in Salesforce has an interactive user screen, which has … Read more
HTTP Callout (Beta) and GET, where you can do the HTTP Callout in Salesforce flow without code. Lets check it out.