Following last week’s post about using a single patch to replace Patch inside ForAll, I was asked about, how to not only update multiple items, but also create new items in SharePoint lists. Although ...
I’ve created a simple SharePoint list with a number of fields and about 1000 item. Then I added a text field to my list and I’m updating this field with a Patch function. The following code on the ...