I referred to Tom Riha's tutorial on HTML in tables to insert clickable links in a table to be emailed, but the contents of the cell show the HTML code instead:

The table creation is this:

And the Approval link code is this:
concat('<a href="', item()?['respondLink'], '">', item()?['Title'], '</a>')
Please help! What do I need to fix it?
Thanks,
Anne