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 answers