Forum Discussion
smithme
Jul 09, 2019Brass Contributor
Using CAML queries in SPFx or SharePoint PnP
I am attempting to recreate a webpart I made for SharePoint classic as a SharePoint modern webpart. I need to use a CAML query to get the one person who is on-call in our department (kept in a ShareP...
Toby Statham
Jul 10, 2019Brass Contributor
smithme Your top level view tag should be lower case i.e. <view>. There's a good app on the Microsoft Store called SmartCAML that excellent for test CAML queries in SharePoint
smithme
Jul 10, 2019Brass Contributor
Thank you for pointing me to SmartCAML. My problem has been with the syntax for calling a load query because the examples I looked at don't seem to use CAML.