Sign in to join the conversation:
With our own development team we started to develop a solution to centrally manage the dropdown-lists throughout your entire Smartsheet environment. As we stick as close to default Smartsheet as possible, this will also work at desktop / mobile / app
Please check our video: https://www.dropbox.com/s/mc01vxzrbf5uqq0/4EF%20Automatic%20Dropdown.mp4?dl=0
If you want to find out more about implementation and costs, also for our other additional Smartsheet-features, please contact me at maaik.meijerink@4ef.nl
Hi Maaik,
I found your post as a comment under the Using Smartsheet category and I've moved it into it's own post under the API & Developers category for visibility.
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…