Is there any way to delete a column with conditional formatting in smartsheet using smartsheet C# SDK?
When attempting to delete a column that is involved in a conditional formatting rule you will receive an error back stating it is used in a conditional formatting rule and the rule needs to be deleted first before the column can be deleted.
At this time, the Smartsheet API doesn't have the ability to interact with conditional formatting rules to perform the deletion or any other actions on conditional formatting rules. The conditional formatting would have to be deleted manually by someone working with Smartsheet in their browser. Then API requests could be made to delete the column.
Hello, I am unsure of the feasibility of this goal but am hoping someone could provide some insight. Within my organization we have the following structure Workspace → Workspace → Folder. Within this folder we have additional folders that are added through an API integration we have setup. I am hoping we would be able to…
Hi, I have a large Smartsheet, I want to generate a row report that reduces information displayed down to a specific group. For that Row Report, if I were to generate an API token and share it to a third party, will that third part have access to the information on the original 'Grid' sheet, or will it be reduced to what…
Up until last week, the totalPages and totalCount parameters functioned as expected when performing a simple GET call to /sheets. If there were 150 sheets, then it would show "totalPages": 2, "totalCount": 150. As of Friday of last week, it seems like it is showing "totalPages": 1, "totalCount": 100 any time there are more…