79513838

Date: 2025-03-17 07:24:11
Score: 1
Natty:
Report link

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')}'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: RaytheonXie-MSFT