API & Developers
Archives for September 2019
Discussion List
-
Send - Function/OptionIn API & Developersi was really hoping this was not going to happen. I have worksheets set up (at 14 facilities) to be able to "send" the row to themselves and then to the customer. I REALLY need this function back. I need users to be able to d…
-
Move row API not workingIn API & DevelopersWe use move row API since 12 hours ago it has stopped working
-
Data Loader Expression Input valueIn API & DevelopersI am receiving a MS project file in an excel format and trying to load into a Project sheet in Smartsheet. I have a WBS column and from the WBS column by counting the dots I want to determine the level. The formula works fine in a sheet bu…
-
cell.format currency settingsIn API & DevelopersI'm able to successfully format a cell through the API and the compact format string, cell.format (https://smartsheet-platform.github.io/api-docs/#formatting,) except for cells with currency formats. I would like to see an example of the …
-
How can we update multiple columns in a smartsheet at a time using smartsheet C# SDK?In API & DevelopersHow can we update multiple columns in a smartsheet at a time using smartsheet C# SDK? We can update one column using UpdateColumn() API. How to update multiple column by one method?
-
Smartsheet token - expiration timeIn API & DevelopersHi, How to expand expiration time for token without using of SDK (no APPLICATION)? - I just needed it for simple csv download & then process it via Informatica Power Center. Just execution of script/cmd like this one: curl https://a…
-
Webhook "Error Code: 1151 - Scope 'sheet', object id <id> was not found"In API & DevelopersWorking on implementing a basic webhook based smartsheet connector to fetch usage data for users under one organization. During the Oauth2.0 flow, requested for following scopes "READ_USERS, ADMIN_USERS, ADMIN_WEBHOOKS". I am ma…
-
Conditional Logic in Smartforms (AKA Cascading Dropdowns)In API & DevelopersWe all love a Freebie? OUR API development team get lots of requests for automation which is the basis of our Smarter Mini Control Center 12 Apps, but one request we have been unable to fulfill so far (unless we use Appsheet with Smartsh…
-
Graphs from Excel into SmartsheetIn API & DevelopersIs there a way to take a graph that was created in Excel and import it into a Smartsheet? I can do it via a dashboard but I would like to have it directly on the sheet with the data.