I have a table that contains both URL's and integers as its dataset, I needed to hyperlink the URLs so the output of the URLs are hyperlinked in excel sheets for easier interaction.
I have tried two methods to do it but neither of them work properly. The first method return urls with HTML tags when the hyperlinked url is appended to existing columns while the second method just hyperlinks everything which is not really the way to do it.

If anyone have an idea to hyperlink the urls without storing it into a new column, please help out thanks 😄
attached is the sample workflow of my methods