I am trying to update the fields on a document set in a document library using the Office 365 Update Item.
I've verified that my CAML is working (in PowerShell), but it is unable to locate the item in the action.
<View>
<Query>
<Where>
<Eq>
<FieldRef Name="GUID"/>
<Value Type="Text">8ce92079-97d1-4cda-8db3-1f6de0f36203</Value>
</Eq>
</Where>
</Query>
</View>
Item is in the root folder. It is a Document Set content type. Tried both "include subfolders" and not include subfolders.
Any ideas?