How to convert column of hyperlinks to urls in excel

Hi Team,

I have a column of hyperlinks in excel which has 5000 rows.
I need to know how to convert all the hyperlinks to website URL’s at a time.

Regards,
Dharunya

Hi @Dharunya_Devi

Can you try the below

Hyperlinks To URLs.txt (547 Bytes)

Regards,

1 Like

@Dharunya_Devi

Assign activity:

Variable: row(websiteURL )

Value:
New Uri(row("YourHyperlinkColumnName").ToString()).ToString()

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.