-
Maintain Copy Row and Move Row target Sheet Links when Provisioning
If you create a toolkit for a blueprint and one of your automations includes copy/move row to another sheet in the toolkit - that target sheet does not get relinked when a new project is provisioned. Therefore after a project is provisioned you have to go into the automation and relink the target sheet. This is a very…
-
Workflow not working
Hi all, We've put a workflow together (see picture attached). The plan is as follows: a volunteer fills out online form (see attached) and selects a community group (A, B or C) to support with current flooding issues.
-
Dynamic Alert Email Automation
Is it possible to create a dynamic email alert automation that is driven by a Dropdown List column type such that the email content changes based on the row's cell selection from the drop down list? e.g. if Project milestone changes to Kick-off, the email alert is X and if the milestone status is Needs Assessment, the…
-
New Taskbar Color for New Project
Hello All, I recently having been building up smartsheet for our agency and I had a questions about the taskbar colors. Right now I have a template that will be used for all new projects. The taskbar defaults to the light blue color. When coworkers use this template, I'd like the default color to be randomized so all…
-
Form not auto-populating worksheet
Hi When someone has submitted a form, they've received the confirmation that it has been submitted but it is not showing on the worksheet, so the follow-up workflows have therefore not been triggered. Could this just be delayed in reaching the worksheet, or is there an error I need to find either in the form or the…
-
When will Smartsheet be back with full functionality?
Hi! We have serious issues with Smartsheet. I can't add new rows with forms, automation / workflows doesn't work, notifications are not sent. For us it a total chaos as every job goes through smartsheet and now more than 20 people can't work. Please help. Thank you, Norbert
-
Add an attachment to email
Hi all, is there any way to attached file that generate via automation in the email alert? i mean to attach the file and not a link to file @Andrée Starå could you assist?
-
Mandatory fields for updates
I would like to know if in an automation workflow is it possible to make it mandatory to modify or change a column data or field in the request before making it complete. I have set a Field of the status of Our customers, and in a certain moments I need our sales team to update some columns,... I did a workflow to send…
-
attached file to mail
its would be excellent if when i generate file with automation, its will be sent via email and attached to mail conversation' not link .
-
IF(OR(Find Statement
I am trying to build a formula that searches in a column for a certain word using FIND( and I would like to add OR to that. I am using this formula and it is working fine: =LEFT([Address]@row, FIND("TZ", [Address]@row) - 1) I would like to add FIND("GZ" so that it returns either after finding "TZ" or "GZ" Thank you!