Hello,
values are not being written in SharePoint, i use function Add New Item.
I take data from Excel and create DataTable (its in official UiPath manual), when i try to add data to sharepoint i have error.
Hello,
values are not being written in SharePoint, i use function Add New Item.
I take data from Excel and create DataTable (its in official UiPath manual), when i try to add data to sharepoint i have error.
if you are adding only one single item, then the value field should in Object format and not string
Also the field should contain the field name from SharePoint and value should contain the value to be added
Hope this helps
cheers
Can you write an example of format?
Yes, single item
You build datatable ypu have afield and value…both are given as string datatype…instead change the value column datatype to object
Along with that values are to be populated like this
In add datatow for example …you can ass the values or array row like this New Object() {"Status","Completed"}
This would be one row…similarly add all rows
Cheers
@Anil_G You mean I just need to change the data type in the data table?
Yes that 1…I hope the field names are correct as per sp…because in the screenshot I see numbers in the field column
Cheers
i try this, nd i cannot build data base
i change field to string and value to object but still not work
its not working on “compose database for new item” stage
Why noy use add data row activity…
Can you show your code please for adding
Cheers