I currently have a Power Automate flow set up which updates a SharePoint list each day if a change to a table in an Excel spreadsheet is detected. One of the columns in the Excel table contains clickable hyperlinks, although not every value in that column contains a value, i.e. some of the values are null.
The flow currently populates the hyperlink column with the text of the hyperlink (as the columns data type is set to "Text" on the SharePoint list). What I would like to do is make that link clickable on the SharePoint list. Previously I tried to set the data type of the column to hyperlink, and it appeared to have a problem with rows that have null values in the column containing hyperlinks, which is why I currently have the column data type in the SharePoint list as "Text" as I wanted to at least provide the links for users to copy and paste into their browser.
Has anyone done something like this before?