Forum Discussion

JoseXaviHiguera's avatar
JoseXaviHiguera
New Member
2 years ago
Solved

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...
  • JoseXaviHiguera's avatar
    JoseXaviHiguera
    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