In a flow, I'm trying to display a clickable URL on a Screen element. The clickable URL is saved in a formula variable which uses the Account ID saved in another variable
Formula: HYPERLINK("/" & {!VarSingleAccountRecord.Id},"","_self" )
For some reason I get the following output on the Screen element. I went through several article with a similar issue but couldn't find any solution for Flows.
Here's how the Flow looks like. I use a Loop element because the output might return several Account records
Does anyone know how to handle this?
Thanks!
Xavier
9 个回答
A little late, but maybe it helps someone... you can do a formula variable that contains: We discovered that a Text Template in a Flow solved our issue.
<a href='https://domain.lightning.force.com/lightning/r/Opportunity/{!$Record.Id}/view'>{!$Record.Name} (Salesforce)</a>
Hi Deepak, this wouldn't work in my use case as the text i want to display (via the assignment element) is a concatenation of AccountName + ' - ' + clickable URL + break line. It ws not; the Critical Update was released then retired - see https://trailblazer.salesforce.com/issues_view?id=a1p3A0000003dNKQAY and https://releasenotes.docs.salesforce.com/en-us/spring20/release-notes/rn_forcecom_flow_cruc_generate_html.htm