I have a standard CAML query (see below) that I would like to perform in SharePoint designer. How do I take this CAML query and retrieve it's data. Also where do I declare the list to run it against
<Where>
<Eq>
<FieldRef Name="Title" />
<Value Type="Text">Test</Value>
</Eq>
</Where>
<OrderBy>
<FieldRef Name="Created" Ascending="False" />
</OrderBy>

0 commentaires:
Enregistrer un commentaire