I am trying to filter for the SharePoint list item with the ID equal to the ID on the queue item. The error message I get is “Expression Activity type ‘VisualBasicValue`1’ requires compilation in order to run. Please ensure that the workflow has been compiled.”
The image of the error is attached. Can someone assist regarding what I missed on the OData filter? Most appreciated as always.
Jamie
Typically, this error is caused by double quote except 0x22 character (") .
First, can you try to replace (retype) all the double quote with 0x22 character (")?
Thanks very much @Yoichi . I am now getting an error as follows. I still have an error in the overall request content. My initial review of OData query used was finding samples showing that an apostrophe is a necessary character in the mix of that string.
For example, “ID eq ‘1595’”
I’m thinking I need to get that into my OData filter string so apostrophes surround the value. Can you help there?