-
Collect information from a changing database
I'm trying to find a way to search for information in a big database, but this database is constantly changing (new sheets imported with the API) The big database are split into 6 imported sheets (250 000 cells approximately on each sheet). This sheet is a list of products. I wanted to do a vlookup on these 6 sheets to…
-
How to empty a sheet with 8000 rows
Hello, We have a big excel file that we need to auto update on smartsheet. For that, I use the node js API and it's working well. I run this each night. At one moment, it can't run because the sheet is full ( max row is reached ) so I need to empty the sheet before sending new data. I need to keep the same ID of sheet, so…
-
How to extract the activity log history of one user in a sheet using Smartsheet API?
Hi, Need help on how to extract the activity log history of one user in a sheet using the API? is this still possible? Can you write me a short python code to start with?
-
Google Cloud Scheduler job
I just took a look at Google Cloud Scheduler which appears to be a free Google service that will run scheduled jobs. This might be a good place for people to run API commands who don't have access to a local system. /marc
-
Creating Webhook with subscope
Hi, I am trying to create a webhook via payload with the request body like the one below, which is an example from the API document, it failed and returned a HTTP status code 400. { "callbackUrl": "https://www.myApp.com/webhooks", "enabled": true, "events": [ "*.*" ], "name": "Webhook for Sheet Creation", "version": 1,…
-
Getting last login information via API call
I am hitting the users endpoint(https://api.smartsheet.com/2.0/users) to get all of our user information. I am trying to find out inactive users based on last login date. The API call doesn't return me the last login information for any user. I can see this information when I export the csv of the users from the admin…
-
Does Smartsheet have a Change Management Hub when they have an System upgrade or Planned outage?
I need to know how Smartsheet handles change management that may affects the Smartsheet cloud system. ie. Major upgrade, troubleshooting, bug fix, planned outage, equipment change, etc.
-
APPSHEET API WEBHOOK
Dear all, I hope this message finds you well. Although I don't have any coding experience, I have been using AppSheet for some time now. Recently, I have been working on integrating Smartsheet into our project management processes, specifically for tracking our projects as a building company. One of our requirements is to…
-
Best way to disseminate information to multiple customers using Workapps?
Hello! I am looking for a little advice on the best way to approach an issue. We use Smartsheet to store numerous project plans in various workspaces for each customer. We then combine the data - like progress status - to create reports that go up to leadership. We are also being asked to create a means for our customers…
-
Using API to update contactlist dropdown
Hello I have a script that pulls names and emails from a report and updates the dropdowns for a contact list column. I have 4 of these columns on the sheet all with the same conditional formatting. For some reason when I run the script it works fine on 3 of the columns but the last one "WorkOwner" I get a bad request…