-
Is it possible to test code in a Sandbox, and not in the Smartsheet Production Environment?
I am VERY new to API's, Python, and Bridge. I'd like to test my scripts on our existing Smartsheet Data, but without the risk of breaking something in our Smartsheet Production environment. Besides me making mistakes, to run test scripts in our environment on production data, I need a change request and multiple meetings…
-
Auto-Sorting sheet hacks
Hey guys! I've long been searching for a way to make one specific sheet auto-sort, without having to create individual reports. I know this has been a requested feature for ages and that it's in the works. I was curious if anyone has come up with any clever workarounds that can be used while we're all anxiously waiting? I…
-
Update API to improve functionality of backup tools
Max items: Currently API limits external backup tools to 100 items to be handled by one job. Deactivate workflows: Currently there is no way to deactivate (not remove!) workflows when doing a backup. To be clear, this all relates to fully working backups (incl. sheets, reports, dashboards, workflows etc.) of more complex…
-
Smartsheet Integration with PowerPoint Office Timeline Pro+ Error
I keep receiving the below error when I try to Integrate my Smartsheet with Office Timeline Pro +. Anyone have a solution to this?
-
API - Limit User Access to one report
I'm new to using Smartsheet and currently have access to one report. I’d like to access this report via the API, and I’m reaching out to check if it’s possible to get the necessary API access. However, I’ve heard from someone that API access can’t be restricted to a single report. I’ve looked through the Smartsheet…
-
Need additional columns in Workspace
Currently the standard Smartsheet functionality is having only 4 columns Name 2. Sharing 3. Owner 4. Last Modified Date It would be really a good idea. To have options to additional column by Last Modified BY
-
Allow for Multiple Lookup Values in DataMesh
-
Does anyone have experience with Celigo to Smartsheet API Syntax?
I am using Celigo but have been stumped on proper syntax to update a row in Smartsheet from NetSuite. I am able to identify the Sheet ID, Row ID, Cell ID but have not been able to successfully update a row. Have tried to use different variations of: rows.id[2691881577385860].cells[17].value with no luck. Thanks in advance…
-
Downloading Images contained within a cell.
Although I am working on PHP 8.2, I am just using APIs. So, I'll keep the specific question generic and on JSON. The cell contains an image (png in this case). Manually, if I click on the image, it opens up a bigger version with a download button. But, from the cell itself, I would like to perform a download through APIs.…
-
Smartsheet Integration with Custom GPT via API: Persistent 'ResponseTooLargeError'
Has anyone encountered a persistent "ResponseTooLargeError" when embedding Smartsheets in a custom ChatGPT via API? I’ve successfully integrated several sheets where GPT actions work well, but a few always return this error. I’ve already implemented pagination and filtered a subset of columns as suggested by ChatGPT, yet…