Forum Discussion
JoseXaviHiguera
2 years agoNew Member
OData URL filter based on current Date.
In the advance editor I had this query: let FechaInicioStr = "2023-07-27", Source = OData.Feed("https://xxxx.crm.dynamics.com/api/data/v9.0/audits?$filter=createdon gt " & FechaInicioStr & " a...
- 2 years ago
The solution in the link was with a merge, but with a Query inside OData.Feed works correctly, here's is the solution
JoseXaviHiguera
2 years agoNew Member
The problem was not on the filter, but in looking for a DateTime.LocalNow(), do you happen to have another way of searching for a current date?
JoseXaviHiguera
2 years agoNew Member
The solution in the link was with a merge, but with a Query inside OData.Feed works correctly, here's is the solution