-
Specific Cells Sent Out During a Smartsheets Workflow
Is there a way to only send specific cells in a sheet when a workflow is triggered from a form submission? Currently I have a submission form that operators are filling out that will trigger a workflow email after submission, but it will send the entire content of the sheet, not just the relevant information. I've added to…
-
No Sheet Title in Workflow Messages/Update Requests
I noticed that when I create a status update workflow with a custom message, the message comes through without any reference to the sheet. This means the recipient won't know which project they're providing a task update for. Is there an automated way to include the sheet title in the custom message?
-
Impact Assessment Workflow
Similar to the approval workflow, Allow admins to create a customized workflow that sends an impact assessment email to allow target users to indicate if they are impacted or not impacted on a project, request, task etc. The workflow should also allow the admins to customize the message body and also allow the user to…
-
Merged: Ability to send workflow alerts from user email address
This discussion has been merged.
-
How can I find all active notifications and workflows in a workspace?
I have a prolific workspace for a completed project that belong to another user who is no longer using the sheets but still owns admin rights. There are still some live automated notifications and line specific update requests being sent from sheets in this workspace. Is there a way to find them to get them shut off…
-
Duplicate Notifications and to Everyone in the Workflow
Issue: The notifications for the CD level and RVP level are duplicating and sending to everyone in the workflow. 😬 Something is wrong with the workflows I created. Sheet Design Each row has someone assigned {Response Assigned to} to add the response to the {Center Responses} column. The person in the {Response Approved By}…
-
Clear check-box, without clearing associated Due Date columns
Hi I'm setting up a sheet for reoccurring tasks that have different intervals. I have a task column, interval column, last check, next check and a check- box. When the checkbox is ticked the Last check updates to todays date and this updates the Next check date, calculated from the number of days in the interval column. Is…
-
Want workflow to trigger on a particular day of the week
Hello Community, I have a workflow setup to send my RAID Log to my core project team whenever an add or a change is made within the last 5 days. Right now the workflow generates every Friday but I want it to generate every Monday. Any suggestions?
-
Workflow- trigger and output inconsistencies
I've built out the following workflow to notify our PMs of any newly inserted row AND change cell value on two columns in added row. The workflow is not sending notifications during my testing, but has been populating the formulas as intended when I add rows to the sheet. When I manually run the workflow and notify myself,…
-
I cannot convert my if statement to a column formula
I have an if statement referencing another column named "Country" - I want to define this if statement into a Column Formula but it says "the column formula syntax isn't quite right". This is my IF statement. =IF(Country1 = "US", "01-440-0187 (US)", IF(Country1 = "Canada", "01-440-0188 (CA)", IF(Country1 = "Mexico",…