I would like to generate a report of the items in a SharePoint list created in the current month.
So, if this is January 2020, I would like to Get Items from list with a filter query that returns only items created Jan1 - 31, 2020.
I was thinking something like this:
equals(formatDateTime(item()?['Created'], 'yyyy/MM'),formatDateTime(utcNow(),'yyyy/MM'))
That is giving me an error about first parameter needing to be a string.
How can I accomplish this on a filter query.
Thanks,
Terry