For filtering a SharePoint list by a date column _x0033_7_Day_Review_Due_Date
, you need to format the current date utcNow()
in the OData query correctly. Here's the correct syntax you should use:
_x0033_7_Day_Review_Due_Date eq '@{formatDateTime(utcNow(), 'yyyy-MM-dd')}'