Sign in to join the conversation:
Is there a plan to allow for setting a default home sheet?
You can bookmark any sheet and use that bookmark to open SS.
Good Day, To add to Paul's comment, one helpful bookmark setup our team utilizes a "folder" in our bookmark bar in the internet browser. This is bookmark function is verified useable in Chrome, FireFox, and Edge.
Don't get me wrong, "SmartSheet" Favorites window is also pretty easy to get to, but if you are a "one click" type of person like we are, we just have it open directly using web browser bookmark bar.
Simply open common used smartsheet item, select your browsers add bookmark function, and you should be able to click drag bookmark into a folder structure. See image for example.
Few of us even created keyboard shortcuts to open those bookmarks. Hope that helps!
Hi At https://developers.smartsheet.com/api/smartsheet/openapi/rows/rows-addtosheet the documentation says that a 'permaLink' attribute can be returned, "if the include query string parameter contains rowPermalink". So I've set my POST request to: /sheets/#{sheet_id}/rows?include=rowPermalink and sadly had no luck. I have…
Is new python sdk available for new end points. Is Sunset date moved to Jun-2026
We're looking to create a Gantt chart by inserting the data and creating the chart via the API (actually via the Java SDK, but either will do). Inserting the data is fine, but cannot seem to get the setDependenciesEnabled (which believe need for the Gantt ) or setGanttEnabled() to work… We think part of this is the order…