Forum Discussion
Expression.Error: We cannot convert the value null to type List.
- 5 years ago
mahoneypat Anonymous I was able to resolve all issues replacing the "&" with "?". I am not sure of the reasoning behind it but I appreciate your time and help!
PageNumber is defined as a number, so you should not have [] surrounding PageNumber. So this: [PageNumber] should be replaced by just PageNumber.
Also, where is the definition of PageData?
Hope this helps!--Nate
Hope that helps!--Nate
I removed the [] for both PageNumber in Query 1 and same error. I feel like the error is in the fx because it worked until I changed the fx to use a static URL. Is this what you mean by definition? screenshot below
I removed the [] for both PageNumber and same error. I feel like the error is in the fx because it worked until I changed the fx to use a static URL. Is this what you mean by PageData definition?