Forum Discussion
JBranders
Aug 28, 2019Copper Contributor
Higlighted Content Webpart CAML Query filter not working
VesaJuvonen Has anyone facing the problem that the new higlighted content webpart not work with CAML query filtering? See my results below in the screenshot
Steven Sanders
Sep 13, 2019Brass Contributor
JBranders I heard back from MS support developer today. You must add <View></View> to the query.
This one works:
<View>
<Query>
<Where>
<Eq>
<FieldRef Name='SingleLineText' />
<Value Type='Text'>test2</Value>
</Eq>
</Where>
</Query>
</View>