Contents
How to use get items in filter query?
You could use Get items directly to get the contents of the Body, observe what the name is displayed here, and then configure it in the Filter query: Please take a try and let me know if issue still exists. If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. 11-26-2018 12:44 AM
Why is the get items filter not working?
“message”: “The expression \\”Event Type eq ‘HSE Superintendent Monthly Notification’\\” is not valid. clientRequestId: 69794d5a-4321-45d2-a6e4-ff609d0f19cf serviceRequestId: 5b0da69e-a065-7000-83e5-cd6d30ccd4ae” Just wondering what the syntax should be to get this filter working. Thank you! Solved! Go to Solution. 11-26-2018 12:44 AM
Why is the get items query not working?
Because this Column name contains a space, when Odata is queried, the name it displays is not the original name. It uses some special characters instead of spaces: You could use Get items directly to get the contents of the Body, observe what the name is displayed here, and then configure it in the Filter query:
What is the filter query parameter in PA?
I am using a Datacardvalue.Text as my filter query parameter within PA, which does indeed contain the text “Cruickshank” (or other grower), when the trigger button is clicked. My flow now runs as intended.
What is the purpose of the post filter?
Instead, you want to include shirts of all colors during aggregation, then apply the colors filter only to the search results. This is the purpose of the post_filter: The main query now finds all shirts by Gucci, regardless of color. The colors agg returns popular colors for shirts by Gucci.
When to use query parameters in a post?
Compare to a GET which you can do as often as you like (idempotent). It would be fine to use query parameters on a POST end-point, provided they refer to an already-existing resource. The POST above has a query parameter referring to an existing resource.