Skip to main content
2 events
when toggle format what by license comment
Nov 2 at 17:14 comment added Marco Power Automate communicates with SharePoint via a REST API, so test your filter in your browser: [https://[domain].sharepoint.com/sites/[your_site]/_api/web/Lists/GetByTitle('[your_list]')/items?$filter=[your_filter]] If it returns data, the problem isn't with the filter. If not, try removing part of the filter (for example, I would remove the date portion).
Oct 29 at 18:05 history asked microsoftdeveloperdesigner CC BY-SA 4.0