Forum Discussion

iDataDrew's avatar
iDataDrew
Advocate IV
3 years ago

$filter and $select in Web.Contents() Query

I'm trying to write a dynamic query that looks at a date parameter (DateParam).  The following works but the Service does not allow scheduled refresh because it's a dynamic query:

 

Working Query

 

I'm trying to turn this into a Web.Contents query using the RelativePath so that scheduled refresh will work.  The below is what I did:

 

However, I keep getting the following error: "Expression.Error: We cannot convert a value of type Binary to type Table."