I am trying out the Sharepoint Integration for the first time and I ran into a problem with the Add List Item activity. After connecting to the list I am testing on, all columns appear for selection except for the ones of the type Hyperlink (in this example, the Hyperlink column is named ‘HyperlinkTest’). This seems to only occur for those types - it works fine for Text, Choice, and Number columns. Does anyone have a fix for this? Below I have put sample screenshots of the activity with the column selection and also the list in sharepoint.
Hyperlink and Picture columns are not yet supported for the Graph API calls, therefore, cannot be supported by any out-of-the-box UiPath activity.
You can create a new column of type Text in Sharepoint that will hold the value of the Hyperlink column, and use that Text column in UiPath activity.
Thanks for the reply!
Workaround I used for anyone who encounters this:
- Set the column type to “Multiple lines of text” (the link I was trying to insert was longer than 255 characters, otherwise the type “Single line of text” works as well)
- Make a custom format (Column settings > Format this column). I inserted a json that makes the string blue and clickable so it redirects you to the location of the link.
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.