Hi Jeremie,
Step 1:
Step 2:
XPath should be like this:
createdDate >= $StartOfMonth and
createdDate < [%BeginOfCurrentMonth%]
Yes, working with the begin of current month works for me.
The possibility that the combination march 31 and februay 28 were going to be problematic was bugging me but using the current month istead of the current day does solve it :)
Thanks