-
Integration with ServiceNow, the ITSM tool
We 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 would be handy. Anyone done that?
-
smartsheet dashboard is not auto updating
Hi 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 but it’s not ...it is the same] I need this to be automatic, so when someone goes to the…
-
How to delete a column with conditional formatting rule using smartsheet C# SDK?
How 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.".
-
How to un-hide all columns in a smartsheet using smartsheet C# SDK?
How 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# SD
Is there any way to delete a column with conditional formatting in smartsheet using smartsheet C# SDK?
-
Delete all conditional formatting in a smartsheet using smartsheet C# SDK
How we can delete all conditional formatting in a smartsheet using smartsheet C# SDK?
-
Doing things first time right with data validation
In a productive organization, the most efficient method for cutting waste is to attack anything and everything that is not done right the first time. The only drawback to SmartSheet is its ability to manage "data validation" like excel does. Even with column properties set as Date, users can still write stories "text…
-
using external data in a form and sheet and for validation
Our 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 external application * When a user is submitting a form, it lets them enter free-form text…
-
How to obtain access to WorkSheet Home without following 3-leg OAuth process
Hi. We are using SmartSheet to store multiple sheets that should be created by one person. This person will share one or more sheets in each of multiple workspaces. I am writing an application (in C#, hosted on AWS Lambda) that must access each Workspace, and Sheet, and read each Sheet. I am using the official SmartSheet…
-
API access token queries
Hello, We currently access SmartSheet Sheets using the latest version of the SmartSheet SDK. In our use-case, the plan is that only one person will create Sheets. It is this person that will have created the access token. There is only one application using this access token. This application is configured with the same…