Workflow for Monthly Rollup

Hi!
I am attempting to create a workflow that sends a report to an email on the 1st of every month with entries made to a sheet from the prior month -- I can't seem to figure it out.
Example: on 11/1/22 an email containing a report of all entries made in October.
Thanks for the help!
Answers
-
I would suggest inserting two columns.
The first would be a system generated Created (date) type column. the second would be a checkbox with a formula that would check the box on any row that was created in the previous month.
=IF(AND(MONTH(DATEONLY(Created@row)) = MONTH(DATE(YEAR(TODAY()), MONTH(TODAY()), 1) - 1), YEAR(DATEONLY(Created@row)) = YEAR(DATE(YEAR(TODAY()), MONTH(TODAY()), 1) - 1)), 1)
Then you would set up a condition in your automation to only send rows where this helper box is checked.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives