-
Alert when an assigned row changes
Is there a way to change this default alert to alert when rows are added or changed by any one other than me?
-
Can you send an alert to a non-user of smartsheet
I'm creating a form and want to automate an email alert to different team members who are not Users of Smartsheet. Is this possible?
-
Automation: Message only alert type, NOT ever combining into a single notification
Apologies in advance, I have looked through several conversations on this topic and am still unresolved. BACKGROUND I have a volunteer worksheet created from a form. The volunteer selects jobs for which they are interested, adds their email and other content. On the underlying worksheet, a coordinator for the selected job…
-
Issue with text parsing on date/time populated by automation
I'm having an issue where I have a created date column, then a date column that referenced the created date column and uses text parsing to remove the time. formula below: =DATE(VALUE(20 + MID([Issue Opened Date]@row, 7, 2)), VALUE(LEFT([Issue Opened Date]@row, 2)), VALUE(MID([Issue Opened Date]@row, 4, 2))) This functions…