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 trying to use the Insert Row Power Automate Smartsheet connector and it works when the sheet ID is static/hardcoded; however, I need to be able to pass in the Sheet Id from prior step. When I change from static Sheet Id to dynamic, all of the sheet column fields go away. The problem I am having is formatting…
Hello everyone, I will need to use Smartsheet API to ingest data from Smartsheet to an object storage. To do that, my client will create a view only account for me. If I understand correctly, to use the API the account needs to be licensed, so we will need to pay for this "service account". That is correct?
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…