Hi,
I’m trying to a Update a column in each SharePoint list item using Microsoft 365 -Classic activities. I used “get List Info” to get List information which is a SharepointList datatype. “Get List Items” activity is also giving me the List Item output in a Datatable.I could update each row of it. But how can I upload those updated data back to SharePoint list? I see Update List Item activity. But it asks only for List Item as Input.
Can someone help me on this.