Hello,
I can't find the correct syntax to $filter on multiple values. Anyone come across how to do this yet?
Example:
https://mycompany.sharepoint.com/sites/test/_api/web/lists/GetByTitle('BigLis')/items?$filter=ProjectNo eq '123', '141', '154'
I need the query to return records with ProjectNo 123, 141 or 154.
Thank you!