Hi
I have a collection which contains uneditted items, editted items and new items. I need to update the corresponding ShArePoint List. (It is a child list hanging off a master list)
I can get the new items by doing a filter on ID ="".and I assume I can then use a Patch to create the new list items (or even a collect(<SharePointList>, New Items) ?.
Is there a way I can identify the updated items easily.?
I can get all of the items by a filter, but that gets me all of the items meeting that criteria, uneditted and editted, I just need the editted ones.
Any Ideas ?
Regards
Nigel