-
Automation Error Message
I have an automation set up send alerts to specific email address input in a column. My settings are set to unrestricted and 11 of the emails sent successfully. I got an email letting me know 'some recipients aren't receiving alerts…' and that this impacted 17 cases. When I tried running the automation row by row for 6 of…
-
i want multiple approvals from an automation workflow to be in an email. is this possible?
I am trying to send a monthly email with multiple rows in an approval email. Is this possible? Thanks
-
How to find out if user has unsubscribed from notification
Is it possible for the sheet owner or admin to find out if a recipient for email notification has chosen to unsubscribe from notification? We have an application where notifications are sent to recipients external to our organization (ie. customers), and an account manager would like to know if their customer contact has…
-
Automation: Multiple sheets Copying
Hello everyone I'm new to Smartsheet Automation. I was wondering if Smartsheet automation had a function to copy multiple sheets to another folder.
-
Best Practice for Maintaining Sheets That Contain Filtered Data From Another Sheet
I am importing a Jira project using the Jira Connector, into a single "tracking" sheet, from which I am trying to automate the creation and updating of "tracking" sheets built from rows based on filtered subsets of the import "tracking" sheet (i.e. the import sheet contains data from multiple accounts and I want to extract…
-
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…
-
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…