- 
Issue: Access token - email based TOTP login
Hi, It seams that we are the first identifing this issue. Already oppened a case at Smartsheet, is in discussion, for now I don't think they've understood the problem. OAuth flow is broken with the new emai based TOTP login (TOTP is One Time Passcode, used to login without a password:…
 
- 
New sheet not showing up in API
Hello, folks, I have API creds for our Smartsheet instance. When I do the call to the GET /sheets endpoint the new sheet that was generated by an admin is not appearing in the list of sheets. Also, if you call the GET /sheets/{sheed_id} call for the new sheet I get a 404. The sheet exists and it has been shared out to me.…
 
- 
Are others having sporadic API issues? An unexpected error has occurred
In the past couple of days, we've had API processes that have ran fine for months, start to have issues. The error we seem to be most commonly seeing is error code 4000, "An unexpected error has occurred. Please contact the Support team at https://help.smartsheet.com/contact for assistance." We're starting to sporadically…
 
- 
Adding a row is throwing an Error 1018
Hi All, I'm new to Smartsheet API integration, when trying to invoke this API https://smartsheet.redoc.ly/tag/rows/ Getting below error { "refId": "b1abd0ba-49cb-4ea8-9944-", "errorCode": 1018, "message": "The value 'sheet id' was not valid for the parameter type 'long'."} Any guidance would be really helpful. Thanks,…
 
- 
Smartsheet login not working with email and code
Hi, I've observed that the new login feature, which involves receiving an email with a code, is not functioning in the Webview2 runtime (Smartsheet OAuth2) and Microsoft Edge browser. FYI: It works perfectly in Google Chrome. Here are the steps to reproduce the issue: 1. Open the Microsoft Edge browser. 2. Enter the…
 
- 
SmartSheet API Report Source Sheet
Has anyone been able to access the source sheet of a report using the API? I am using Python.
 
- 
custom button calling rest api
Hi, I have a smart sheet with ids and status. I want to call a rest api, send the IDs and get the current status of those ids. I have already written code which reads the ids list and gets the status and updates the status. All i need is some way to call this api from the sheet itself. Can i create a custom button, which…
 
- 
Smartsheets Save Error
Hi, I am currently having a repeated error in saving the changes that I make to my smartsheet. It first occured when I was manually triggering an automation through a checkbox in a column to move to another sheet to house the filtered rows. I was able to move 26 rows by manually triggering each row, but on row 27 it showed…
 
- 
How to create permanent API key after authenticate by OAuth2
From GUI smartsheet, I can generate an API key for Rest API. But I need to build an application that authenticate user by OAuth2, then can generate a permanent API key. In my context, there is an external application call the smartsheet API with the api key that is generated at time user authenticate via OAuth2.
 
- 
Is there a way to grab attachments from a new line in smartsheet and merge it with the print file
Hi, I have been trying to work on a system that will automatically take attachments from a new line in smartsheet and be able to merge it into 1 pdf file with the print pdf of the smartsheet line. I have tried using power automate to computerize this process, but there is no option for me to grab attachments. I have…