How to Preserve Excel Hyperlinks in Power Automate Flows
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.
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.
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.
In your source Excel file, set up two separate columns: one named 'Display Text' and another named 'Raw URL'.
Populate the 'Raw URL' column with the actual web address (e.g., https://...) instead of embedding it inside a hyperlink object.
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.
Reconstruct Links with the HYPERLINK Formula
Use Excel's built-in formula to dynamically rebuild the clickable link in the destination workbook after the text is transferred.
Seek Connector-Specific Help in the Microsoft Community
If connector limitations persist, consult Microsoft's dedicated Power Platform forums for advanced flow configurations.
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. Download the Installer: Visit the official WPS Office website and click the free download button.
- 2. Install WPS Office: Run the downloaded setup file and follow the simple on-screen instructions.
- 3. Open Your Spreadsheets: Launch WPS Spreadsheet and open your existing .xlsx files to edit data and manage formulas seamlessly.

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.




