Hi All,
I want to add data from datatable using Microsoft O365 activities.
I did the below steps but the values are not being written in SharePoint
1- Use Microsoft Office 365 Scope -SharePoint(using Application Id & Tenant Id)
2- Get List Info-SharePoint Data
3- For Each List Item-SharePoint data
4- Do While(condition = i< ListItem.Fields.Count ; i intialized to 0)
4.1- Switch Case 1- id = ListItem.Fields(i).Value.ToString
4.2 - Add Data Row (using array row and datatable)
4.3 - i=i+1
5-Add List Items (using List & Multiple List Item)
Could someone please help on this?