Hello All.
I would like to create a hyperlink in my email from the Create HTML table action.
I have the Created HTML Table action, and it is a custom action i am using,
as below

The code in the Link is :
Then i am formatting the Create HTML in the compose directly below as ,
replace(body('Create_HTML_table'),'<table>','<table border="1">') (this just puts a border around the table, so it looks tidier on the email)
When i place the formatted compose into my email body, the Link does not work as i expect.
The table in the email is shown as
Link
Where the user can click the the value inside the " ", but the Link Text is not clickable.
I would like the email to show as
Link
Can anyone tell me what i am doing wrong?. Thanks