How to include filtering for multiple values in a pull request query #405
-
|
I need to pull several rows from the service with different ids. I have tried below pull configuration: List Ids = ["Id1", "Id2"]; but get's an exception as per below. I have also tried with .Any with same result. Can anyone help me as to how to apply a filter for multiple values in a query? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
There is a list of valid operations, and lists of IDs are not one of them. You'll have to re-think how you synchronize your data. |
Beta Was this translation helpful? Give feedback.
There is a list of valid operations, and lists of IDs are not one of them. You'll have to re-think how you synchronize your data.