-
Ability to add custom fonts
Add the ability to add custom fonts in Smartsheet assets
-
Control Centre push an update to all provisioned worksheets
I have a large number of assets that have been provisioned through Control Center. I want to install a formula in one cell in a specific column. I thought I could update the template in the source folder of the blueprint and publish it, however, that functionality has been removed or I can't quite figure out how to do it.…
-
"Alert Someone" in a "Contact" (email) column not trigger for some
I have an automation set to trigger when a row is changed and when one other condition is met (need 2 cells to both reflect "approved" to trigger an alert to email the "contact" that their request has been approved). I have no restrictions on the sheet. Still, some are receiving their alerts while others are not and I…
-
Add conditions to Form Logic
Hello, I am trying to make a planned time off form. One of the questions is "How many days?" I have the logic set up where if someone puts "1," it asks additional questions. If it contains more than "1", it asks different questions. This works UNTIL you put in any number that contains "1" like 11,12,13,14...etc. Can this…
-
Automatically HyperLink URL that's pasted into a form
Hi Smartsheet community. I am trying to figure out how to directly link a URL (pasted into a form !!) to a cell with the exact same hyperlink click-word for that link type. Let me explain the situation better: My company has a sort-of project database spreadsheet to keep track of "leads" or projects that could progress…
-
Attachments bulk upload in Dynamic View
Love using dynamic view. We have found so many uses for the tool. Would love to have the description display under the dynamic view title instead of having the user click on the i icon. Also would love to be able to upload more than 1 attachment at a time in dynamic view.
-
Adding attachments directly into a dynamic view.
Whenever I create a dynamic view with the "new" row option, you always have to make a new row > Save the row > and after that the tab with attachments becomes visible. It would be more userfriendly for my end users to just add attachments in the same window like with forms. This will result in more attachments added to my…
-
Freeze Row
Enhancement request to add capability to freeze row (like freeze column)
-
regex validation
Please add support for validation in forms using regular expressions aka regex. There are currently a few canned validations, but regex support would allow us to validate pretty much anything.
-
Auto Check a box after 24 hours
I have tried to get smartsheet to auto check a box 24 hours after a row is created and column "Task Started" is not checked. =IF(AND([Task Started]@row <> 1, TODAY() - Created@row >= 1), 1) This returns #UNPARSEABLE. Any help would be appreciated.