
hello all, I want to call data from sharepoint using graph api with filter parameter between two dates.
This is my API, is there anything wrong with my API, and how is it right:
https://graph.microsoft.com/v1.0/sites/SiteID/lists/listID/Items/?expand=fields&$filter=fields/Tanggal ge '2024-07-01'&fields/Tanggal lt '2024-07-05'&$top=3000
Thanks ...
Hey @gilsSS ,
You'll probably have to use "and" instead of "/": Using Filter Expressions in OData URIs - Business Central | Microsoft Learn
Quick question, Why don't you use the SharePoint connector with a filter in Power apps. That would be easier to use and is completely delegable.