Sharepoint FIles, how to upload them

Is there a working way of adding sharepoint files I am trying to use the upload files on sharepoint with no luck.

Hello @Alfred

You need to create the dictionary for the hyperlinks, please find the below steps for more information

–>Create a dictionary** to store your field names and values.
–>Include the hyperlink** in the correct format.
–>Use the Add List Item activity** to push the data to your SharePoint list.

Add list item example:

Prop Dictionary: New Dictionary(Of String, Object) From {{“Title”,“HR4”},

{“TestNumber”,4},

{“TestHyperlink”,“https://www.test4.com”}

}

@Alfred

Here is a workaround…when you need to change the column type to text but can format it as hyperlink using html markup

Hope this helps

Cheers