Hi,
Need a bit of advice here! I just started using Dataverse Input tool. I can authenticate to a CRM API endpoint and use the "Manually" option in define filters section to get data from some tables there.
I cannot figure out how to use the same type of filter expression that I am using on other APIs (still OData) in the "Custom OData Query" option of define filters within the tool, I keep receiving the "invalid custom OData query" error message.
I have also tried searching community posts for a solution or example but ran out of time and could not find a solution.
Can you please share a sample custom OData query that works for you or advise on what changes I need to make to the below?
One of the sample filter expressions I tried was (I tried using the entire expression and also excluding the "$filter =" bit):
$filter = year(ReservationDate) ge 2023
Many thanks