<apex:page standardController="Account" lightningStylesheets="true">
<flow:interview name="New_Contact_On_Button_Press"/>
</apex:page>
but when I run the flow from the Object, it gives me some components in Lightning and some in Classic
Checking Process Automation Settings
3 Antworten
@Ken You can accomplish this without creating a VF page.
You can launch the flow via a button. see the below article.
https://trailhead.salesforce.com/en/content/learn/projects/flow_calculate/flow_calculate_implement
If you want to add the flow to the home page, You can directly add to the home page using the flow component in the lightning app builder.