Hello everyone.
I am trying to filter by Creation date
where it will always be the last month.
So if this month is march it filter all the items created in february. If in may should filter all the items created in april.
Then, this filter should always return the previous month.
How could I do this approach?
I have tried doing current date/time extract month - item.creation date
but it does not work.