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
smita bhargavasmita bhargava 

close the visual flow on click of link

I created a visual flow. In the screen I dropped a displayText and the content inside  is "Please do . Appeal flow"
I  want to make the Phrase "Appeal Flow" as a link and when I click it the visual flow should end.

This screen is the last and when I click Finish it comes back to the start of the flow.

How to do this in the flow?

Please suggest urgent alternatives with solution.

thanks
smita 
 
Best Answer chosen by smita bhargava
Raj VakatiRaj Vakati
You can able to do it by using this two way 
Call the Finish behaving of flow using the lightning component 
Use the Lightning Local Actions also 
https://rajvakati.com/2017/10/25/control-flow-behavior-with-lightning-component/
https://rajvakati.com/2018/12/02/flow-local-actions-using-lightning-components/
https://unofficialsf.com/flow-resources/ 

All Answers

Raj VakatiRaj Vakati
You can able to do it by using this two way 
Call the Finish behaving of flow using the lightning component 
Use the Lightning Local Actions also 
https://rajvakati.com/2017/10/25/control-flow-behavior-with-lightning-component/
https://rajvakati.com/2018/12/02/flow-local-actions-using-lightning-components/
https://unofficialsf.com/flow-resources/ 
This was selected as the best answer
smita bhargavasmita bhargava
thanks