-
API/Add Rows
Is anyone having issues with the add row API function? Seems to be hindering for about an hour now on my end.
-
How to Identify Which Smartsheet API Endpoints Our Organization Is Using?
Hi everyone, I recently received a notice from Smartsheet regarding upcoming API endpoint deprecations and the 90‑day warning period. As a System Admin, I was informed that users in our organization are actively using Smartsheet API tokens, and some older endpoints will be sunset by June 3, 2026. Before we make any…
-
Why can't I enforce MFA on our org/team accounts
Hi, I have two situations: My admin account which I am using for this question does not have any MFA tab able to enable 2FA. I only have Authentication section on the Admin Center which is not helpful either. 2FA does not exist as well on my teams individual accounts which means we can't enforce any 2FA. Does this have to…
-
Add row with multiple values in cell using c# sdk
One of columns has 'Contact List' type with checked 'Allow multiple contacts per cell' see example. I tried to add row using smartsheet-csharp-sdk(v2.3). Cell object: new Cell { ColumnId = 111111, Value = "Test@test.com", Strict = false } and I got the next error: { "errorCode": 1235, "message": "Value is not supported for…
-
Cloning a column within a sheet
Has the cloning of a column within the same sheet feature been developed? I saw the discussion back in 2016. Thanks Christi
-
Smartsheet Admin Analytics & Governance Automation
Over the past few weeks, I’ve been building an internal Admin Governance & Automation Framework for our Smartsheet environment — focused on visibility, auditability, and operational efficiency. Manual tracking simply doesn’t scale. So, I designed and implemented a modular, API-driven crawler framework that programmatically…
-
How do I register for developer tools on a Smartsheet Gov space?
My company has both normal (smartsheet.com) and Gov (smartsheetgov.com) spaces and whenever I try to register for developer tools, I am directed to the non-gov space but I need them in the Gov space. What do I need to do differently to get registered for them in the Gov space?
-
New API endpoints make finding asset paths easier
February 16, 2026 Developers, we've heard your feedback! You can now retrieve the complete hierarchical path for any folder, sheet, report, or dashboard with a single API call. No more writing complex code to traverse entire workspaces — these new endpoints give you exactly what you need to display or navigate asset…
-
Populating a drop down from data in another sheet
Hello, I am in need of some assistance please! I am a developer and have been tasked with importing employee data into Smartsheet through the API. I have successfully built a C# service that pushes data into a sheet in smartsheet, my problem is they want to be able to auto populate a different secondary sheet (destination…
-
Export Data Shuttle, Data Mesh, Dynamic Views and Pivots Created
I had a question is it possible to export the data shuttles, mesh , dynamic views and pivots which we have created or the once which are shared to us. If not it would be great if someone brings an endpoint which wud connect it directly so as to pull the data through code