Support
Discussion List
-
Automation - How to Send One Email Notification for Each Changed RowIn Using SmartsheetI am using automation for one of our request approval processes, and need to be able to notify our help desk support team anytime the Completion Date column is updated with a date. I know how to do this, however, I can't figure out how to…
-
How to Alter the "Sheet - IT Ticket Metrics"In Formulas and FunctionsI want to alter this sheet, found in the IT ticket Template, to just show the metrics for a specific customer. the original formula looks like this: =COUNTIF({Created Date Range}, IFERROR(YEAR(@cell), 0) = YEAR(TODAY()) - 1) and my attempt…
-
Smartsheet Teams IntegrationIn Using SmartsheetHello, Is there a way to set up a Smartsheet workflow to directly message the target person on Microsoft Teams? Thank you, Luke
-
Rows ReorderedIn Using SmartsheetOur sheet is used as a chronological order of events. Often when others are working in the same sheet, everything gets set out of order. I know Smartsheets does not support autosorting outside of reports. However, it would help if I und…
-
Trigger IssueIn Using SmartsheetFor one of my sheets, when someone submits a request through a form, I have some rules that assign approvers, and also some rules that assign the number of approvers. These always work fine. Okay, as one example, let’s suppose the number o…
-
Admins cannot Edit our Smartsheet after sharing permissions changedIn Using SmartsheetWe are on a Pro Plan account with one license. We would like two people to have the ability to edit and add data to a Smart Sheet. We have granted them editing permissions and then tried giving them Admin permissions. They are both unable …
-
I need to string together many conditionsIn Formulas and FunctionsI have 8 conditions I need to string together, if all are met the formula should return "yes" if anything any condition is false, the formula should return "". I have tried nesting If/ and statements a number of ways, b…
-
Auto-populating sub-tasks from Form.In Using SmartsheetHello. I have a list of tasks, assigned to different people, that have to happen each time a new topic comes up. Ideally, when a user submits those topics via a Form, I would like that list of tasks/assignees to auto-populate as sub-tasks …
-
Is anyone else experiencing "An unexpected error?"In Using SmartsheetI am getting an error for most of my reports reading, "An unexpected error has occurred running your report and the Smartsheet.com team has been notified." Is anyone else seeing this?
-
Using smartsheet-python-sdk to put data back into SmartsheetIn API & DevelopersI used the smartsheet-python-sdk (and unique API key from Smartsheet) to automatically pull data from Smartsheet into my Python script along with other data sources to create new feature-engineered columns. Is there an automatic way to now…