What is wrong with this caml query to get exception “can not complete this action. Please try again”?
问题 I am implementing a caml query on a SharePoint list! I have 5 conditions and I place every 2 condition in one tag. but It is still get this exception: "can not complete this action. please try again!" <And> <Eq> <FieldRef Name='fieldName1' /> <Value Type='Text' >value1</Value> </Eq> <And> <Contains> <FieldRef Name='fieldName2' /> <Value Type='Text' >value2</Value> </Contains> <Contains> <FieldRef Name='fieldName3' /> <Value Type='Text' >value3</Value> </Contains> </And> <And> <Eq> <FieldRef