
Announcements
Hi,
I'm not able to get the Odata to filter correctly . I'm trying to filter all old records except todays records.
I initially tried to do it on the SQL "Get Rows" using req_date eq @{utcNow()} with a bunch of different format variations as per forum suggestions., but that didn't work. I then tried adding filter Array but cant get that to work either.
can you let me know what I could be missing here ?
I should have mentioned that after trying these options it still return ALL the records.