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
Aditya KamdiAditya Kamdi 

How to identify and update theright account in a flow embedded in a Visualforce page?

I have had to embed a flow in a Visualforce page. I am now having trouble identifying the account that has to be updated using the flow. I can however see the account id in the url for the visualforce page. Eg. "https://fusionfs--partial--c.cs5.visual.force.com/apex/FPQ?id=00128000011NTyr" where "00128000011NTyr" is the AccountId. I have only recently used flows so please help me out. 
Lokesh KumarLokesh Kumar
What is the error and please share in detail your requirement..  
Aditya KamdiAditya Kamdi
There is no error and I am completely clueless how to go ahead with it . I have created a custom visualForce page. I have created d a button on the account object page that would generate the visualforce page for that particular record . In this particular visualforce page generated from the account there is an embedded flow. I have to update the account object from this embedded flow.I can however see the account id in the url for the visualforce page. Eg. "https://fusionfs--partial--c.cs5.visual.force.com/apex/FPQ?id=00128000011NTyr" where "00128000011NTyr" is the AccountId.I have only recently used flows so please help me out.