Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
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 We have a few automated python scripts that run on a VM at different cadences, typically every 8-12 hours. One of the functions of these scripts is to delete all the rows in specific sheets. This is done by iterating over the sheet in chunks of 70 rows at a time, and then calling …Sheets.delete_rows(…), etc. Lately, we…
The problem We manage a workspace with ~340 engineering projects, each in its own folder with a Master Data sheet. We use automated scripts (Python + SmartSheet API) to maintain phase-based reports that group these sheets dynamically — e.g. all projects in "Execution" phase in one report, all in "Backlog" in another.…
This morning around 7:50AM central, we started having some routine API calls to get a sheet get stuck. A response from Smartsheet never seems to be returned, but I do get this error from the call (I'm using Powershell) Invoke-RestMethod : upstream connect error or disconnect/reset before headers. reset reason: connection…