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
Radhika Kondapally 8Radhika Kondapally 8 

I am not able to create hyperlink in Flow---My scenario is -->user click on link and it has to be redirected to a new Tabb

Best Answer chosen by Radhika Kondapally 8
Raj VakatiRaj Vakati
You have to the flow actions in that case .. Or 

. You can add a hyperlink in a Display Text field and use HTML:

<a href="http://www.hyperlinkcode.com/">Hyperlink Code</a>

https://success.salesforce.com/ideaView?id=08730000000b3e4AAA

flow action References 
https://help.salesforce.com/articleView?id=flow_concepts_finish_override.htm&type=5
https://rajvakati.com/2018/12/02/flow-local-actions-using-lightning-components/
https://jenwlee.wordpress.com/2018/08/07/lightning-only-level-up-your-flownatic-super-powers-with-flow-local-actions/

All Answers

Raj VakatiRaj Vakati
You have to the flow actions in that case .. Or 

. You can add a hyperlink in a Display Text field and use HTML:

<a href="http://www.hyperlinkcode.com/">Hyperlink Code</a>

https://success.salesforce.com/ideaView?id=08730000000b3e4AAA

flow action References 
https://help.salesforce.com/articleView?id=flow_concepts_finish_override.htm&type=5
https://rajvakati.com/2018/12/02/flow-local-actions-using-lightning-components/
https://jenwlee.wordpress.com/2018/08/07/lightning-only-level-up-your-flownatic-super-powers-with-flow-local-actions/
This was selected as the best answer
Radhika Kondapally 8Radhika Kondapally 8
Got it, Tq Raj. Its was really helpfull :-)