-
Automation works when run manually, Doesn't run at all automagically.
Not sure what the secret to automation is but it's not working. What I'm trying to accomplish: Fill out form Data goes into sheet called Core Automation is triggered when new row is added which copies data to sheet called Bridge Rows 1-5 in Bridge contain default data I want to copy to Core Automation in Bridge is…
-
New feature to track, monitor and manage all notifications that are being sent out via Automations
New feature to track, monitor and manage all notifications that are being sent out via Automations. Goal: To check and audit that we aren’t sending too many notifications to people, and verify that people we think are getting notified are actually being sent alerts.
-
I’m trying to create an online form with smart sheet integrating Docusign and need help/advice
I have a form (currently an Acrobat form) where the user would fill in the fields, then depending on the info they provide, it would need to go to different people for their signatures. This is done by them manually forwarding it on as an email attachment. For example: user John Smith fills out his info, including his…
-
Merged: Improved search for move/copy row automations
This discussion has been merged.
-
Merged: Personal Automations Library or Copy Automations
This discussion has been merged.
-
Status Rollup to Parent Formula
Hi, I have this formula that works when automating parent/child tasks in a project plan. =IF(COUNT(CHILDREN(formula@row)) > 0, IF(COUNTIF(CHILDREN(formula@row), "Complete") = COUNT(CHILDREN(formula@row)), "Complete", IF(COUNTIF(CHILDREN(formula@row), "Not Started") = COUNT(CHILDREN(formula@row)), "Not Started", "In…
-
Is there a way to create an automation that will notify someone when a subtask has been created?
I know there is the option to notify when rows have been added. But my concern is that because smartsheet only begins with x amount of rows and extends further as rows are filled in will those new rows automatically added by smartsheet trigger the automation?
-
Merged: New Column Type: Time
This discussion has been merged.
-
Reference Auto ID column and other fields in automated Comment emails
Context: When entering comments, the automated email that gets sent when @someone is used references the row number of the comment. Row numbers change as items are added and removed, which can lead to confusion when only referencing the row number. Using the Auto-Generate Row ID functionality provides a static identifier…
-
Compare data from two sheets
Hello Team, I would like to know if it is possible to use the Automation in Smartsheet to compare the data in two sheets. Basically we use Smartsheet to manage devices and we have 2 sheets, one for Production devices and one for Lab devices. Since we manage a large number of devices, we need to find a way to continuously…