Tag Archives: ScreenFlow

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 call an APEX Class from a Screen-Flow

In this blog, we will discuss on how to invoke an Apex class from a Screen Flow through an simple example. In this example, we have created a Screen Flow in which we have created three variables. First one is recordId which is set as available for Input and Output both. RecordId Variable The second… Read More »