We had an issue today that seems could have been avoided. All our project sheets have a cell for each row that can be checked by the user to remove the row if they do not want to use it. These rows are moved to our "Dump Sheet" via an automation workflow. sometime in the last couple of days, the Dump Sheet apparently filled up with no warning. This in turn deactivated the Automation workflows in all sheets that tried to run the Automation workflows. We will now have to go through many sheets to determine which automation we need to manually reactivate.
There needs to be a warning or stop action that lets users know a sheet is approaching the capacity limit.
Also, we need a way to setup a way in automation to delete rows by trigger or schedule date.
Hi,
I hope you're well and safe!
Excellent idea!
Would that work/help?
I hope that helps!
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Sounds interesting. How do you do that?
Try something like this.
Add a so-called helper column or the formula somewhere that doesn't interfere with anything else.
=COUNT([Task Name]:[Task Name]) (update the column name to match your primary column or another that always would have a value)
Then, you add a Workflow or multiple that would trigger when a specific number has been reached.
Make sense?
✅Remember! Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up/Awesome or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Will try that. However, we ran into not having too many rows, but too many cells, rows, columns, formulas etc. We were around 8500 rows and max is 22,000. I was told by SS support the capacity limits take into account cells, columns, rows, formulas etc.
Excellent!
You could add to the formula so it counts cells, columns, and rows.
✅Remember! Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up/Awesome or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.