-
Delete All Comments
We often reuse Smartsheets from one year to the next. It would be helpful if there was a method to delete all comments the same as you can delete all attachments. (If you can't do this with proofs, that would be a nice addition also.)
-
How can dynamic view users reply to an email notification for a comment
The typical email notification includes a link to the original spreadsheet row, but my business users will not have access to that sheet, only a limited dynamic view. Is there a way to send a link to that that view?
-
🚨 [Feedback Requested] Would commenting directly on Dashboards help your team? 🚨
Hi all! I'm the PM for Dashboards and I'm exploring adding some Conversations capability to the canvas. This would include - Letting users leave comments on widgets in a dashboard Adding an “annotation mode” where you can highlight or draw attention to specific areas of a graph Possibly enabling approvals right on the…
-
Notification when Tagging Non Permissioned User with Dynamic View
We are leveraging Smartsheet with user groups who do not have permissions to the original sheet, but have access to comment through dynamic view. While tagging users who do have access to dynamic view, we are still getting the attached notification causing a lot of confusion for our internal users. It would be of great…
-
Merged: Comment Resolution
This discussion has been merged.
-
Formula for rolling up children status to parent rows
Hello, I am trying to simply roll-up my children status' to their parent row. When using this formula: =IF(COUNTIFS(CHILDREN(), @cell = "Complete") = COUNTIFS(CHILDREN(), OR(@cell = "", @cell <> "")), "Complete", IF(COUNTIFS(CHILDREN(), @cell = "Not Started") = COUNT(CHILDREN()), "Not Started", "In Progress")) I receive…
-
Rich Text Formatting for Conversations/Comments
Ability to format text: Bold Underline Italic Font color The same functionality available when logging an idea in this post.
-
Fetching comments from a Smartsheet : Getting Error
unction comments() { const apiKey = 'API KEY'; // Your Smartsheet API token const sheetId = 'SHEET ID'; // Your Smartsheet sheet ID const baseOptions = { method: 'GET', headers: { 'Authorization': 'Bearer ' + apiKey }, muteHttpExceptions: true // Allows us to inspect error responses }; let allComments = []; // Array to…
-
Dynamic View comments, @mentions, and notifications for users not shared to underlying sheet
When a user is shared to the Dynamic View but NOT the underlying sheet, @mentions in the Comments tab do not auto-populate and are rather useless. This makes no sense, as the purpose of Dynamic View is to prevent the need for sharing the underlying sheet and sensitive data. Communication should be able to be streamlined…
-
Pop-Out & Expandable Conversations Panel
A feature that could greatly improve usability is the ability to pop out the Conversations panel into a floating, resizable window above the sheet or asset. This would be especially helpful for users composing longer or more detailed comments, reducing friction and improving visibility. Thank you for your consideration.