Forum Discussion
MVCuser
Jan 30, 2025Brass Contributor
Get Files Filter Query
Hi! I am trying to create a flow using Get Files filter query, but i am having so many problems!!! Help Please What i want to do is the following: When a page is modified, and the Review Date is g...
michalkornet
Feb 02, 2025Iron Contributor
Hi MVCuser , I am wondering if creating a new calculated column where you compare these two dates and then filter by the new column using the SP API request _api/web/GetListUsingPath(PATH)/RenderListDataAsStream?&FilterField1=CalcDate&FilterValue1=1&FilterType1=Boolean will work in your case.