-
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…
-
Auto-Refreshing Sheets/Grids - to auto update formula cells.
I saw a post in the community at https://community.smartsheet.com/discussion/auto-refreshing-sheetsgrids which had a similar question. But no answer was provided and the last update (from another member) was in Dec. 2018. Again, no response or answer was provided. I have a sheet, with formulas, to calculate today's date,…
-
Activity log - Smartsheet APi
Hi All, I'm fairly new to smartsheet API and using it in python. One observation i made is that when i try to update the same row with same column using API there is no change in the activity log. Example: Before Update: Row1 1 2 3 4 Activity log: Sheet viewed by <username> Ran my program to update the same row with same…