function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Bob_zBob_z 

Render lightning flow runtime in a visualforce page?

I have a flow that I embedded into a visualforce page, but I am getting the following error. "can’t display component 'flowruntime:dependentPicklists', because it isn't supported in Classic runtime". I was wondering if I render lightning flow runtime into my visualforce page would this solve my issue?  I have never tried this before, if anyone could show how to add the code to my visualforce page below that would be greatly appreciated.

 
<apex:page standardController="Opportunity" lightningStylesheets="true" >
    <flow:interview name="Create_Yushin_Products" finishLocation="/{!Opportunity.Id}">
        <apex:param name="recordId" value="{!Opportunity.Id}" />
    </flow:interview>
</apex:page>

 
Saurabh46Saurabh46
Visualforce Page not supported
Check this : https://help.salesforce.com/articleView?id=flow_distribute_runtime.htm&type=5