-
Update Request using a Form
I am creating a SmartSheet that we will load specific rows to it. I then would alert the contact of their row via Alert Someone workflow. Then the person would have to update a couple of columns/fields in the Smartsheet. Here is my problem: The Update feature doesn't give you an option (that I know of) of formatting the…
-
Copy Sheet w API doesn't copy over "Cope Rows" Automation action
I am using the Smartsheet SDK When I copy a sheet using the API (either by copying a template w/ client.Workspaces.create_sheet_in_workspace_from_template or client.Sheets.copy_sheet) I can use the "include" query parameter to capture conditional formatting, forms, and automations copy over, but a specific COPY ROWS action…
-
SmartSheet Automation and Sheet Update Delays
I've ran into an issue when trying to maintain a sheet. Triggered settings within automation to send out emails to assigned users have been receiving delayed emails anywhere from 1-2+ hours. Is there an explanation on what could be causing the delay? Initially there were about 40 automation flows setup to send to various…
-
How to get rid of the "Reminder" as the 2nd row in my slack alerts
See screenshots of my automations set up and slack alerts. I want to get rid of: row 2 of slack alert: Reminder row 1 of slack alert: Reminder to schedule testing for BD_Proteinase K (Item ID: RGT0172_01, Lot #: 209482) row 2 of slack alert: Reminder row 1 of slack alert: Reagent BD_Oligo Binding Buffer (Item ID: RGT0173,…
-
Latest Comment Copies Wrong Time
I have two columns that I have users enter data, formula combines it with the current modified date and time, then automations copy those rows to another sheet, so the history is preserved with the time. I then use the JOIN/COLLECT trick in new columns on the original sheet to show a log of that data change over time. One…
-
Automated emails
Hello, I created a Grid sheet with various columns and wanted to generate automated emails out of it. I need a solution for the following that:The existing columns are Granted By, Granted To and Valid Until. I want a automated email to be sent based on the below requirements: "Legal requirements" field = legalization (with…
-
DocuSign Integration - Assigned Roles not able to be filled out
When creating a SmartSheet with designated named columns and using a template from DocuSign. I'm unable to assign roles in certain fields regardless if I have columns (Text/Field, Contact List etc) that are labeled towards those areas. One of the fields has a 'Conditional Placeholder' Email that I'm not able to edit or…
-
What's the difference between Bridge and regular automations?
It seems to me that regular automations inside sheets can do most of what Bridge can do, based on the demo available, yet it's a separate product, so I can't try it myself. Can anyone tell me the difference/advantages of Bridge? Thanks!
-
Create Automation Rules with API
It would be convenient if we were able to actually create automation rules via the api rather than just modify. It would also be nice if the API automation functionality was improved, it's pretty limited.
-
Help With Automation
I'm trying to create an automation (alert someone) when a specific cell in my sheet is greater than or equal to $1,500. Right now, when I try to create an automation, my only available triggers are: When a date is reached When rows are added or changed When rows are changed When rows are added I need a trigger for "When a…