logo
search
Data Import & Export

How to Preserve Excel Hyperlinks in Power Automate Flows

Maira MehtabMaira Mehtab Sep 22, 2026 868 views

Question details

Users need to maintain clickable hyperlinks when transferring data between Excel workbooks using Microsoft Power Automate.

Product
Microsoft Excel, Power Automate
Device & OS
not provided
Scenario
A Power Automate flow is configured to transfer rows from a generated Excel file into a database workbook.
Observed behavior
Hyperlinks from the source Excel file are converted to plain text instead of remaining as clickable link objects in the destination workbook.
Before you start

Ensure both your source and destination Excel workbooks are formatted with supported Tables, as Power Automate requires defined Tables to read and write row data accurately.

Solution 1Recommended

Use Separate Columns for URL and Display Text

The most reliable workaround is to extract the hyperlink into its raw URL format before processing it in Power Automate.

Power Automate's Excel connector typically receives a hyperlink cell as its display text rather than recognizing the underlying URL object. Splitting the data prevents the link from being lost.

1
Create new columns in the source workbook

In your source Excel file, set up two separate columns: one named 'Display Text' and another named 'Raw URL'.

2
Extract the URL

Populate the 'Raw URL' column with the actual web address (e.g., https://...) instead of embedding it inside a hyperlink object.

3
Map columns in Power Automate

In your flow's 'Add a row into a table' action, map the 'Raw URL' dynamic content directly to a destination column configured to accept URLs.

Free Microsoft Office alternative

Experience Hassle-Free Spreadsheets with WPS Office

If you are tired of complex connector issues and data formatting limitations in Microsoft Office, WPS Office offers a free, lightweight, and highly compatible alternative. Enjoy a familiar user interface, seamless migration, and native support for all your spreadsheet tasks.

  1. 1. Download the Installer: Visit the official WPS Office website and click the free download button.
  2. 2. Install WPS Office: Run the downloaded setup file and follow the simple on-screen instructions.
  3. 3. Open Your Spreadsheets: Launch WPS Spreadsheet and open your existing .xlsx files to edit data and manage formulas seamlessly.
100% compatible with Microsoft Excel (.xlsx) formats and hyperlink structures.Built-in support for all complex formulas, including HYPERLINK.Lightweight and fast, utilizing fewer system resources.Free to download with a familiar user interface for a seamless transition.
microsoft office alternative - wps office

Frequently Asked Questions

Why does Power Automate strip my Excel hyperlinks?

Power Automate's standard Excel connector reads the 'Display Text' of a cell rather than extracting the underlying hyperlink object. Because it only captures the visible text, the URL is lost during the transfer.

Can I use a script to extract hyperlinks in Excel before running the flow?

Yes. You can use Office Scripts or VBA macros in Excel to extract the underlying URLs from embedded hyperlinks and output them into a new column, which Power Automate can then read as plain text URLs.

Does the HYPERLINK function work the same way in WPS Spreadsheet?

Absolutely. WPS Spreadsheet fully supports the standard HYPERLINK function, allowing you to create clickable links from raw URLs with the exact same syntax used in Microsoft Excel.