Limitations of inserting a Hyperlink in SharePoint (SSIS / ODBC)

PROBLEM


You want to insert or update a Hyperlink into a SharePoint List using the SharePoint Online Connector, but it’s not getting inserted or updated.

As of April 29th, 2024, Microsoft Graph, used by SharePoint Online Connector, does not support inserting or updating a Hyperlink. There is no solution for this, only a workaround. There is a feature request for this functionality; vote for it using these links:

More information:

WORKAROUND


Update a SharePoint Hyperlink by using the SharePoint REST API:

Depending on the technology, use these approaches:

In SSIS

Use REST API Task or Web API Destination (part of ZappySys SSIS PowerPack)

In ODBC

Use JSON Driver or XML Driver (part of ZappySys ODBC PowerPack)