I am using below CAML query but when I run,it returns all data from document library instead of only corresponding to the < Values> specified in the query
<Query>
<Where>
<In>
<FieldRef Name='Entity_x0020_Served' />
<Values>
<Value Type='Text'>Payment Solutions</Value>
<Value Type='Text'>Third Party Processor</Value>
</Values>
</In>
</Where>
</Query>
Am I missing anything in this? Thanks, Rushikesh