Copy rows workflow
Dheeraj Goyal
✭✭✭
Hi,
I want to copy rows from one sheet to another weekly. But I only want newly created rows that were created past week to copy over and not all rows. I am also locking rows in the same workflow. Is there any possible solution?
Thanks,
Dheeraj
Tags:
Answers
-
You would need to insert a Created Date system generated column and then a checkbox column with a formula along the lines of
=IF(Created@row>= TODAY(-7), 1)
This should check the box in any row created in the past 7 days. Then you would set up your copy row automation to run weekly with a condition where the box is checked.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 70 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives