I'm having an issue with the link to SPO list item links being truncated in emails. I'm using the formula replace(replace(replace(replace(replace(replace(body('Create_HTML_table_of_audited_items'), '<', '<'), '>', '>'), '&', '&'), ''', '"'), '"', '"'), '"', decodeUriComponent('%27')) to fix the output of the link. It outputs the link fine when I use the dynamic output for the link to item, but once I try to transform the text in the select action using
"Effort": "<a href=\"@{item()?['{Link}']}\">@{item()?['Effort']}</a>",
then it starts to truncate the link. The column type I'm using for 'Effort' is single line of text.

Expanded view:

Please help....