Hello! I have a problem making an HTTP Request to Dataverse using a filter in a date column. The HTTP request is quite simple:
The response obtained is:
{
"error": {
"code": "0x80040224",
"message": "Could not convert constant 7/31/2024 11:59:00 PM expression to string."
}
}
The thing is that the provided date in the URL has an ISO 8601 format (YYYY-MM-DDTHH:mm:SS), but it seems that internally converts the format to M/D/YYYY HH:mm:ss giving this error. I could not found anything in forums nor Copilot. This error started a couple days ago, the last execution that did not fail was on 02/01/2025. Since 03/01/2025 I get that error everytime.
What can I do to correct this? Thanks in advance!

Report
All responses (
Answers (