-
Download attachments from a report
Hi, is there a way to automatically download each attachment of a report for each row? I need to get the attachment for each row and put them in a different folder, rather than download ALL of them at once, as I need to distinguish what item they correspond to. Thanks for your help!
-
Smartsheet API - Add sheets to existing sheets.
Hello, Is there a way via the API to be able to add existing sheets to another sheet under a different folder. We are currently doing this manually.
-
3rd party addons for Smartsheet
Does anyone have a list of available free and/or paid 3rd party addons for Smartsheet? Simple tools that solve specific problems, like ddupdate, can be invaluable. Having a repository or a guide where to look would be really appreciated. Thx!
-
Can't get a simple API request to work ("An unexpected error has occurred.")
I would like to start working with the SmartSheet API, but I'm having difficulty getting even simple requests to work. Having generated an API token, if I try: curl -i -H "Authorization: Bearer $SMARTSHEET_API_TOKEN" https://api.smartsheet.com/2.0/sheets/ I get: HTTP/2 500 date: Tue, 05 Aug 2025 14:21:24 GMT content-type:…
-
How to integrate Smartsheet with custom software for better workflow automation?
Hi everyone, We're exploring ways to streamline task management and reporting by integrating Smartsheet with a tailored internal dashboard. Has anyone here connected Smartsheet to a custom-built platform or used an API for real-time updates? We’re a custom software development company and recently implemented a solution…
-
Fetching comments from a Smartsheet : Getting Error
unction comments() { const apiKey = 'API KEY'; // Your Smartsheet API token const sheetId = 'SHEET ID'; // Your Smartsheet sheet ID const baseOptions = { method: 'GET', headers: { 'Authorization': 'Bearer ' + apiKey }, muteHttpExceptions: true // Allows us to inspect error responses }; let allComments = []; // Array to…
-
Maps & Hyperlinks
I know that the smartsheet charts app is still in production, but is it possible to have sheet containing North American states and hyperlinks, then using the 'map' chart, click on a particular state and then it will take you to that hyperlink?
-
API errors intermittently but often
We use different providers like Make, Zapier and Appsheet etc that connect with smartsheet, but lately we are getting SO many errors, from connection errors to 'Unable to update row in table unexpected error', 'the service is currently unavailable please try again later', 'table is not accessible please try again later,…
-
How do I programmatically update Start Date, End Date, Duration and Allocation %?
Hello everyone, I am working with the python smartsheet SDK, and I am experimenting with a smartsheet connected to Resource Management, which comes with a number of default columns - few of them are Start Date, End Date, Duration and Allocation %. I see in the Python API documentation that these 4 columns are not allowed…
-
Smartsheet API to integrate Planview
I want to use Smartsheet API to integrate Planview. How to run these API's and connect to Planview. Whether these API's are to be executed using any third party tool like PostMan