-
Smartsheet token - expiration time
Hi, How to expand expiration time for token without using of SDK (no APPLICATION)? - I just needed it for simple csv download & then process it via Informatica Power Center. Just execution of script/cmd like this one: curl https://api.smartsheet.com/2.0/users/me -H "Authorization: Bearer xxx" -o…
-
Webhook "Error Code: 1151 - Scope 'sheet', object id <id> was not found"
Working on implementing a basic webhook based smartsheet connector to fetch usage data for users under one organization. During the Oauth2.0 flow, requested for following scopes "READ_USERS, ADMIN_USERS, ADMIN_WEBHOOKS". I am making the following javascript-sdk api calls : - - smartsheetClient.users.listAllUsers…
-
Python Script For Refresh Sheet
Hello 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. Problem is, the widget doesn't update unless the I physically open the sheet. Is there…
-
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…