Tag Archives: Flow

How to call Screen Flow from Lightning Web Component in Salesforce

In this blog, we will discuss how to call Screen Flow from Lightning Web Component as per Winter’23 Release. We can now launch Screen flows using Lightning Web Components. We can also customize finish behavior, setting custom styling and can move custom logic to flow. Call Screen Flow from Lightning Web Component Below are the… Read More »

How to invoke lightning Auto launched Flow from the Apex class

In this blog, we will discuss on how to invoke a lightning Auto launched flow from the apex class. The flow in Salesforce can be launched without user Interaction such as from a process builder or the apex code. So here we are creating a auto launched flow and call it through the apex code.… Read More »