API & Developers
Archives for August 2019
Discussion List
-
Python Script For Refresh SheetIn API & DevelopersHello Smartsheet Community, I need to write a script in Python to refresh a sheet. In my sheet I am using the Today function to calculate the total net days from one specific date. I take that data and use it as a widget on my dashboard. …
-
Integration with ServiceNow, the ITSM toolIn API & DevelopersWe use Servicenow for technical incident management. Some incidents evolve into work packages for specific tech teams. These teams use SmartSheet for task management. So migrating an incident in ServiceNow to an action item in SmartSheet w…
-
Test case SmartsheetsIn API & DevelopersWe're going into UAT soon. I've chosen Smartsheets to put all the test cases the testers need to run. Some things I'm wondering about - hopefully all of you ppl smarter then me can help: 1. I imagine that I will need multiple sheets right…
-
smartsheet dashboard is not auto updatingIn API & DevelopersHi Team, Im leveraging the API to publish data to a smartsheet. Then i have a smart dashboard set up to graph that data. But when i push new data to the sheet, the dashboard charts don’t auto-update.[It says the source is modified b…
-
Can Smartsheet get data from custom HTML forms on a website?In API & DevelopersHello, If I'm building a website, can I create a custom HTML form and get the data into Smartsheet somehow? Smartsheet's native forms don't have the capabilities that I need (conditional logic) and I would like to make my forms a bit pret…
-
How to un-hide all columns in a smartsheet using smartsheet C# SDK?In API & DevelopersHow to un-hide all columns in a smartsheet using smartsheet C# SDK?
-
Is there any way to delete a column with conditional formatting in smartsheet using smartsheet C# SDIn API & DevelopersIs there any way to delete a column with conditional formatting in smartsheet using smartsheet C# SDK?
-
How to delete a column with conditional formatting rule using smartsheet C# SDK?In API & DevelopersHow to delete a column with conditional formatting rule using smartsheet C# SDK? We are getting error - "The column specified is used in a conditional formatting rule, so the column cannot be deleted and its type cannot be changed.&qu…
-
Delete all conditional formatting in a smartsheet using smartsheet C# SDKIn API & DevelopersHow we can delete all conditional formatting in a smartsheet using smartsheet C# SDK?
-
using external data in a form and sheet and for validationIn API & DevelopersOur company has an internal application. I would like to reference this application's data in a form and in a sheet: * When a user is submitting a form, it lets them select a value from a drop down that is populated from data in this exte…