-
Automation DocuSign Save As Draft
It would be helpful if we could use the automation - workflow to trigger a Generate Documents - DocuSign but use the 'Save as Draft' option. Currently, we use the 'save as draft' feature as we need to add additional documents to the DocuSign envelop. However, it would save us time if the creating the draft in DocuSign…
-
Multiple Auto Number Columns in one sheet
If a user is able to create more than one form for a sheet, then the sheet should have the capability to generate auto numbers based on that form. The automations are built based on the forms. Currently, I have two forms and a tracking sheet. The sheet already has an auto number column in it and I wanted to ad another.…
-
Wrap Text Sheet Names in Reports
Be able to choose whether wrap text is applied to sheet names when included in a report.
-
Banded Rows for Reports
It would be nice if reports created banded rows automatically instead of having to create complex formulas in the source sheet to band rows that flow through to reports. Most of our reports come from one master sheet. If I create banded rows based on one set of criteria, it works great for that specific report. However,…
-
Comment cell could & should initiate conversation!
Smartsheet has a facility to link a row comment cell to display last comment in conversation field - but this facility currently flows in just the one direction - from conversation to cell. If this was changed to 2 way - Form comments could initiate conversation! When comments are made in same linked cell, which will…
-
Create form using PDF
I would love if I could upload a PDF and the fields on the form create the columns for the Smartsheet form. Mapping in reverse
-
Resource Management Capacity View - Exclude Placeholders from Total Capacity
In Resource Management, the new Capacity view shows "Total capacity" and "Scheduled" hours. The scheduled field correctly shows the number of hours assigned to projects. However, the total capacity field includes the total hours of real staff PLUS placeholders. Because we use placeholders in projects to indicate needs that…
-
Calendar App Year header
I would like to have the ability to have year column headers in the calendar app to show high level milestones maps, specifically for dashboards and exec audiences who do not need all the details of a quarterly map (the highest grouping we have now).
-
Desktop app - clicking on link to open a new tab
Love the new desktop app, but when clicking on a link, it would be amazing if it would open a new tab by default. Or at the very least allow a CTRL+click or right click option to open a link in a new tab within the app. I use that all the time in a browser.
-
Return column ids when creating a sheet from a template via the API
Right now, the columns array is only returned if you define columns as part of the request. If you instead use fromId to make a sheet from a template, no columns are returned, requiring a separate GET and effectively doubling the amount of calls needed to create a sheet. The column array should be returned in all cases.