I need to update the values in my Datatable data to a Sharepoint List. Could you could help me with this?
Hi @Satheeshkumar_T welcome to forum ![]()
I don’t fully understand the problem. Can you please provide more details?
Do you want to update the values in the Datatable variable with a value you read from Sharepoint?
If it helps; You can find details about Sharepoint activities in this link.
Welcome to the community
- Use a microsoft office 365 scope or integration services
- Then get list info to get the list details
- Then use add list item to add the data which supports datatable and column names ahould be same as sp column names
Cheers
My Requirement is:
Step 1: Filter the records using the ID after reading the data from the Sharepoint List.
Step 2: Store the output data in a datatable.
Step 3: Column Value in the Data Table (i.e. Name: AAA) Verified using the Database Table Data Name Column (Name:BBB, for example).
Step 4: I must update the BBB value to the SPList Name because they do not match.