-
Smartsheet Developers
The reason I purchased Smartsheet is because I'm overworked and understaffed. I simply don't have time to build all the sheets I might need. How can I find a veteran user or developer to help me create what I need?
-
real examples and projects
Hi, Are there real examples or projects that are built on smartsheet ? Thank you
-
Smart Sheet Real Time Timer
I am looking to see if a timer function can be added to log accumulated hours and minutes on a specific task your working on real time, for aiding invoicing, and/or assessing daily/weekly productivity over a range of tasks. Alternatively if a macro or VB script could be linked to a sheet for the same purpose?
-
Bulk Document Attahcment
Does anyone know of a way to attached documents to a Smartsheet programatically? I have files that are named with a tag that is also unique to a specific row in my sheet (thousands, so manual attachment is out of the question). I would like to be able to periodically attach documents based on this tag as my sheet grows and…
-
Can you create Custom Functions in SS like you can in Excel with VBA programming language?
Can you create Custom Functions in SS like you can in Excel with VBA programming language?
-
Sync Error
I am getting the following error trying to sync a Google Form to a Smartsheet: Error: Start Send (create sheet): Exception: Request failed for https://api.smartsheet.com/1.1/token returned code 400. Truncated server response: {"errorCode":1071,"message":"Invalid Grant. The authorization code or refresh token provided was…
-
Automatic daily reset of checked column
I'd like to know how to automatically reset the status of checked column daily? Every day when I log in I'd to see all checked columns entries unchecked from the previous day automatically. Thanks!
-
link to another cell
It is possible to have two differents sheets, but once you update one of them in some cells the other sheet updates automatically????
-
Smart Sheet API Error
I am trying to access the sheet which I have created in smartsheet using API. I am using the following Request : https://api.smartsheet.com/sheet/{sheetId} Authorization : Bearer {Access Token} But I am getting the following error : <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403…
-
How to handle blank cells through the API
Hi Everyone, I have a concern regarding the API. I am currently accessing the API through PHP (5.6) curl calls. The concern I have is regarding the blank cells. I have tried validating the cells through their property [VALUE] as described by the documentation. However, I am unable to properly parse through blank cells. In…