Hello,
I am trying to add list items to a sharepoint site. All fields are able to be uploaded except the last field which is a “Person or Group” column type in Sharepoint. Does anyone know how to solve this?
prop_dictionary is of string, of object. I create it from a datatable row with the below expression.
(From column As DataColumn In row.Table.Columns.Cast(Of DataColumn)()Select Key = column.ColumnName, Value = row(column.ColumnName)).ToDictionary(Function(x) x.Key, Function(x) x.Value)
UiPath error: Add list item: Invalid data has been used to update the list item. The field you are trying to update may be read only.