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
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives