It is my caml query code to get the value of a lookup field in SharePoint 2016 on-premises (CSOM).
<View>
<Query>
<Where>
<Eq>
<FieldRef Name='myLookupField' LookupId='TRUE'/>
<Value Type='Lookup'>18456</Value>
</Eq>
</Where>
</Query>
</View>
tried removing this part "LookupId='TRUE'" but still get this exception: "Cannot complete this action. Please try again." I run this caml query in U2U caml query builder but it works.