I’m reading an Excel file using the “Read Range” activity, but I’m running into a problem: some fields contain a URL that isn’t visible. That is, the cell only shows some text, but behind that text there’s a hyperlink.
When the data is retrieved, only the visible text in the cell is returned — not the actual URL.
What would be the best option to also retrieve the URL from those hyperlinks?