This seems like a simple piece of code but nothing is getting removed.
I am trying to remove all records from a SharePoint list that fall on a specific date or between a date range. The following code does not remove any records.
RemoveIf(
Usage,
Created = DateValue("04/03/2023", "en-US")
)
Where have I gone wrong?