-
New Comments window
The other day our comments pop up box went to the classic pop up square box in the middle of the page to a slide out from the left side. Terrible Idea now it cover a third of the page and I am constantly opening and closing to see the date behind it . The pop up box was better because it could be moved around the page to…
-
Send - Function/Option
i was really hoping this was not going to happen. I have worksheets set up (at 14 facilities) to be able to "send" the row to themselves and then to the customer. I REALLY need this function back. I need users to be able to do this.
-
Data Loader Expression Input value
I am receiving a MS project file in an excel format and trying to load into a Project sheet in Smartsheet. I have a WBS column and from the WBS column by counting the dots I want to determine the level. The formula works fine in a sheet but when I write the formula on the expression input value as =LEN(WBS) -…
-
Toggle Hyperlinks
I have a need for a cell to hyperlink to different URL's based on whether or not the logged in SmartSheet user's email address (i.e., SmartSheet ID) is internal (i.e., works for our company - e.g., tim@ourcompany.com) or external (i.e., one of our customers - e.g., bill@clientcompany.com). Is there a way to do that via a…
-
Move row API not working
We use move row API since 12 hours ago it has stopped working
-
Auto fill information in sheet when a check box is checked in a different sheet
Hello All! I am trying to figure out how to auto fill information into my sheet, when I check a box in a different sheet. I am keeping track of different invoices and sponsorships in the original sheet. When I check a box in the column "Ad" then I want the "Organization", "Event", "Start", and "Due" columns to auto fill in…
-
cell.format currency settings
I'm able to successfully format a cell through the API and the compact format string, cell.format (https://smartsheet-platform.github.io/api-docs/#formatting,) except for cells with currency formats. I would like to see an example of the cell.format that works for submitting 123456 as the value/display value and a…
-
cut and paste / drag and drop images
When will cut and paste / drag and drop images be available (such as excel)? for quick user testing documentation and screen capture, this is very important. the need to save off every pic, name it, reload it, is not user friendly.
-
Zapier and Formulas
I'm trying to use Zapier to input formulas into a Text/Number column (which does support formulas) and it comes over as a text string: '=INDEX(PARENT(), 1) I'm using Control Center which creates new rows on a sheet via cell links, but the auto-fill function doesn't seem to work when the new rows are added here; hence…
-
How can we update multiple columns in a smartsheet at a time using smartsheet C# SDK?
How can we update multiple columns in a smartsheet at a time using smartsheet C# SDK? We can update one column using UpdateColumn() API. How to update multiple column by one method?